Share via


IChangeConflict::GetSourceProviderConflictingChange

Gets the change metadata from the source provider.

Syntax

HRESULT GetSourceProviderChange(
  ISyncChange ** ppSyncChange);

Parameters

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

Return Value

  • S_OK

  • E_POINTER

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

See Also

Reference

IChangeConflict Interface