Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
interface IProviderFilteredSyncServices2 : IProviderFilteredSyncServices
Members
IProviderFilteredSyncServices2 method | Description |
---|---|
IProviderFilteredSyncServices2::CreateFilteredFullEnumerationChangeBatch |
Creates an ISyncFullEnumerationChangeBatch object that only includes changes that are passed by the specified filter. |
Remarks
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.
Requirements
Header: Synchronization.h
See Also
Reference
IProviderFilteredSyncServices Interface