ISynchronousDataRetriever interface (winsync.h)

Represents the mechanism by which the destination provider retrieves item data from the source provider.

Inheritance

The ISynchronousDataRetriever interface inherits from the IUnknown interface. ISynchronousDataRetriever also has these types of members:

Methods

The ISynchronousDataRetriever interface has these methods.

 
ISynchronousDataRetriever::GetIdParameters

Gets the ID format schema of the provider. (ISynchronousDataRetriever.GetIdParameters)
ISynchronousDataRetriever::LoadChangeData

Retrieves item data for a change. (ISynchronousDataRetriever.LoadChangeData)

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

See also

Windows Sync Interfaces