IConstraintConflict::GetDestinationProviderConflictingData

Gets an object that can be used to retrieve item data for the change item from the destination replica.


HRESULT GetDestinationProviderConflictingData(
  IUnknown ** ppConflictingData);

ppConflictingData

[out] Returns an object that can be used to retrieve item data for the change item from the destination replica.

  • S_OK.

  • S_FALSE when no destination change data exists. In this case, ppConflictingData returns NULL.

  • E_POINTER.

Show: