IAsynchronousDataRetriever::LoadChangeData method (winsync.h)
Retrieves item data for a change.
Syntax
HRESULT LoadChangeData(
[in] ILoadChangeContext *pLoadChangeContext
);
Parameters
[in] pLoadChangeContext
Metadata that describes the change for which data should be retrieved.
Return value
The possible return codes include, but are not limited to, the values shown in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
See Remarks. |
Remarks
When LoadChangeData is called, the provider must take one of the following actions:
- Return a success code from the method and later call IDataRetrieverCallback::LoadChangeDataComplete to report that asynchronous processing finished successfully.
- Return a success code from the method and later call IDataRetrieverCallback::LoadChangeDataError to report that an error occurred during asynchronous processing.
- Return an error code from the method. In this case, IDataRetrieverCallback methods should not be called.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | winsync.h |