IReplStore::GetConflictInfo
The IReplStore::GetConflictInfo method gets information about two conflicting objects.
Syntax
HRESULT GetConflictInfo(
PCONFINFO pConfInfo);
At a Glance
Header file: |
Cesync.h |
Platforms: |
H/PC |
Windows CE versions: |
2.0 and later |
Parameters
- pConfInfo
- pointer to the CONFINFO structure
Return Values
- NOERROR
- Information was retrieved successfully.
- RERR_IGNORE
- This conflict should be ignored. The objects are identical indeed.
See Also
IReplStore