ISaveChangeContext::GetChangeData

Gets an object that represents the item data from the source provider.


HRESULT GetChangeData(
  IUnknown ** ppUnkData);

ppUnkData

[out] Returns an object that represents the item data from the source provider.

  • S_OK

  • S_FALSE if no change data exists.

  • E_POINTER

Sync Framework obtains this object from the source provider by calling its ISynchronousDataRetriever::LoadChangeData method.

Show: