IProviderFilteredSyncServices::CreateFilteredEnumerationChangeBatch
建立包含篩選資訊的 ISyncChangeBatch 物件。
HRESULT CreateFilteredEnumerationChangeBatch(
ISyncFilterInfo * pFilterInfo,
ISyncKnowledge * pDestinationKnowledge,
IForgottenKnowledge * pSourceForgottenKnowledge,
ISyncChangeBatch ** ppChangeBatch);
參數
- pFilterInfo
[in] 用來控制此變更批次要包含哪些變更之篩選的相關資訊。
- pDestinationKnowledge
[in] 目的地複寫的知識。
- pSourceForgottenKnowledge
[in] 來源複寫的被遺忘知識。
- ppChangeBatch
[out] 傳回新建立的篩選變更批次物件。
傳回值
- S_OK