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.

Syntax

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

Concepts

Sync Framework Core Components