共用方式為


IProviderFilteredSyncServices2::CreateFilteredFullEnumerationChangeBatch

建立 ISyncFullEnumerationChangeBatch 物件,這個物件只包含指定之篩選所傳遞的變更。

HRESULT CreateFilteredFullEnumerationChangeBatch(
  ISyncFilterInfo * pFilterInfo,
  ISyncKnowledge * pDestinationKnowledge,
  IForgottenKnowledge * pSourceForgottenKnowledge,
  const BYTE * pbLowerFullEnumerationBound,
  ISyncFullEnumerationChangeBatch ** ppChangeBatch);

參數

  • pFilterInfo
    [in] 用來控制此變更批次要包含哪些變更之篩選的相關資訊。
  • pDestinationKnowledge
    [in] 目的地複寫的知識。
  • pSourceForgottenKnowledge
    [in] 來源複寫的被遺忘知識。
  • pbLowerFullEnumerationBound
    [in] 新建立的變更批次物件中所包含項目識別碼的封閉下限。
  • ppChangeBatch
    [out] 傳回新建立的篩選變更批次物件。

傳回值

  • S_OK

  • E_POINTER

  • 如果此物件未正確初始化,則為 SYNC_E_INVALID_OPERATION。

請參閱

參考

IProviderFilteredSyncServices2 介面