Share via


IProviderFilteredSyncServices2 インターフェイス

フィルターを使った同期のときに同期プロバイダーで使用される追加のオブジェクトを作成します。空のオブジェクト、およびシリアル化されたデータを使用して初期化されるオブジェクトを作成できます。

構文

interface IProviderFilteredSyncServices2 : IProviderFilteredSyncServices

メンバー

IProviderFilteredSyncServices2 メソッド

説明

IProviderFilteredSyncServices2::CreateFilteredFullEnumerationChangeBatch

指定されたフィルターによって渡された変更のみを含む ISyncFullEnumerationChangeBatch オブジェクトを作成します。

説明

IProviderFilteredSyncServices2 オブジェクトは、CoCreateInstance 関数に CLSID_SyncServices および IID_IProviderFilteredSyncServices2 を渡すことによって取得できます。このオブジェクトは、他のメソッドを呼び出す前に IProviderSyncServices::Initialize を呼び出して初期化する必要があります。

要件

ヘッダー: Synchronization.h

関連項目

その他の技術情報

Sync Framework のコア コンポーネント

IProviderFilteredSyncServices インターフェイス