IChangeConflict::GetSourceProviderConflictingChange

Gets the change metadata from the source provider.


HRESULT GetSourceProviderChange(
  ISyncChange ** ppSyncChange);

ppSyncChange

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

  • S_OK

  • E_POINTER

  • SYNC_E_INTERNAL_ERROR when the change from the source provider does not exist.

Show: