IReplStore::GetConflictInfo (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE 2.0 and later |