Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.