Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.