IConstraintConflict::GetDestinationProviderConflictingChange

Gets the change metadata from the destination provider.


HRESULT GetDestinationProviderConflictingChange(
  ISyncChange ** ppConflictingChange);

ppConflictingChange

[out] Returns the change metadata from the destination provider.

  • S_OK.

  • S_FALSE when the conflict does not contain a conflicting destination item.

  • E_POINTER.

Show: