IFeedSyncServices::LoadChangeData

Loads data for a specified item from the loaded feed.


HRESULT LoadChangeData(
  ILoadChangeContext * pLoadChangeContext,
  IUnknown ** ppData);

pLoadChangeContext

[in] Information about the item to load.

ppData

[out] Returns an object that can be used to load the item data.

In the Sync Framework implementation of this method, ppData returns an IXMLDOMElement object that contains the item data.

Show: