ILoggedConflict::GetConflictingChangeUnits
Gets the change unit IDs of change units in the destination replica that conflict with change units in this item.
HRESULT GetConflictingChangeUnits(
IEnumSyncChangeUnits ** ppEnum);
Parameters
- ppEnum
[out] Returns the change unit IDs of change units in the destination replica that conflict with change units in this item.
Return Value
S_OK.
E_POINTER.
SYNC_E_ITEM_HAS_NO_CHANGE_UNITS when the item has no change units.