IProviderFilteredSyncServices2 Interface
Creates additional objects that are used by synchronization providers for filtered synchronization. Empty objects and objects that are initialized by using serialized data can be created.
IProviderFilteredSyncServices2 method | Description |
|---|---|
IProviderFilteredSyncServices2::CreateFilteredFullEnumerationChangeBatch | Creates an ISyncFullEnumerationChangeBatch object that only includes changes that are passed by the specified filter. |
An IProviderFilteredSyncServices2 object can be obtained by passing CLSID_SyncServices and IID_IProviderFilteredSyncServices2 to the CoCreateInstance function. The object must be initialized by calling IProviderSyncServices::Initialize before any other methods are called.
Show: