Share via


IFeedSyncServices::LoadChangeData

Loads data for a specified item from the loaded feed.

Syntax

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

Remarks

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

See Also

Reference

IFeedSyncServices Interface