ISaveChangeContext::GetChangeData
Gets an object that represents the item data from the source provider.
HRESULT GetChangeData(
IUnknown ** ppUnkData);
Parameters
- ppUnkData
[out] Returns an object that represents the item data from the source provider.
Return Value
S_OK
S_FALSE if no change data exists.
E_POINTER
Remarks
Sync Framework obtains this object from the source provider by calling its ISynchronousDataRetriever::LoadChangeData method.