IFeedSyncServices::LoadChangeData
Loads data for a specified item from the loaded feed.
HRESULT LoadChangeData(
ILoadChangeContext * pLoadChangeContext,
IUnknown ** ppData);
Parameters
- pLoadChangeContext
[in] Information about the item to load.
- ppData
[out] Returns an object that can be used to load the item data.
Return Value
S_OK
E_INVALIDARG
E_OUTOFMEMORY
SYNC_E_INVALID_OPERATION when IFeedSyncServices::Initialize was not called, or if a feed was not loaded by using IFeedSyncServices::LoadFeed.
Remarks
In the Sync Services for FeedSync implementation of this method, ppData returns an IXMLDOMElement object that contains the item data.