次の方法で共有


IProviderFilteredSyncServices::CreateFilteredEnumerationChangeBatch

フィルター情報を含む ISyncChangeBatch オブジェクトを作成します。

構文

HRESULT CreateFilteredEnumerationChangeBatch(
  ISyncFilterInfo * pFilterInfo, 
  ISyncKnowledge * pDestinationKnowledge,
  IForgottenKnowledge * pSourceForgottenKnowledge,
  ISyncChangeBatch ** ppChangeBatch);

パラメーター

  • pFilterInfo
    [in] この変更バッチに含める変更の制御に使用されるフィルターに関する情報です。

  • pDestinationKnowledge
    [in] 同期先レプリカのナレッジです。

  • pSourceForgottenKnowledge
    [in] 同期元レプリカの忘れられたナレッジです。

  • ppChangeBatch
    [out] 新しく作成され、フィルターされた変更バッチ オブジェクトを返します。

戻り値

  • S_OK

関連項目

その他の技術情報

IProviderFilteredSyncServices インターフェイス