Share via


IAsynchronousDataRetriever::LoadChangeData

Retrieves item data for a change.

Note

This interface is now obsolete.

HRESULT LoadChangeData(
  ILoadChangeContext * pLoadChangeContext);

Parameters

  • pLoadChangeContext
    [in] Metadata that describes the change for which data should be retrieved.

Return Value

  • S_OK

  • Provider-determined error codes

Notes for Implementers

When LoadChangeData is called, the provider must take one of the following actions:

See Also

Reference

IAsynchronousDataRetriever Interface