IReplStore::GetConflictInfo (Compact 7)

3/12/2014

This method returns information about two conflicting objects.

Syntax

HRESULT GetConflictInfo(
  PCONFINFO pConfInfo
);

Parameters

  • pConfInfo
    [out] Pointer to the CONFINFO structure.

Return Value

Returns NOERROR if the information was retrieved successfully.

The following are possible return values for this method.

Value Description

RERR_IGNORE

This conflict should be ignored and the objects are identical.

RERR_DEVICE_WIN

Resolve the conflict so the device object wins.

RERR_DESKTOP_WIN

Resolve the conflict so the desktop object wins.

Requirements

Header

cesync.h

Library

coredll.lib

See Also

Reference

IReplStore