This method gets information about two conflicting objects.
At a Glance
Header file: | Cesync.h |
Windows CE versions: | 2.0 and later |
Syntax
HRESULT GetConflictInfo( PCONFINFO pConfInfo );
Parameters
pConfInfo
Pointer to the CONFINFO structure.
Return Values
One of the values described in the following table is returned.
Value | Description |
NOERROR | Information was retrieved successfully. |
RERR_IGNORE | This conflict should be ignored. The objects are identical. |
See Also