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);

ppEnum

[out] Returns the change unit IDs of change units in the destination replica that conflict with change units in this item.

  • S_OK.

  • E_POINTER.

  • SYNC_E_ITEM_HAS_NO_CHANGE_UNITS when the item has no change units.

Show: