This documentation is archived and is not being maintained.
IProviderSyncServices::CreateChangeBatch
Creates an ISyncChangeBatch object that a provider can use to manage change enumeration.
HRESULT CreateChangeBatch(
ISyncKnowledge * pDestinationKnowledge,
IForgottenKnowledge *pSourceForgottenKnowledge,
ISyncChangeBatch **ppChangeBatch);
- pDestinationKnowledge
[in] The knowledge of the destination replica.
- pSourceForgottenKnowledge
[in] The forgotten knowledge of the source replica.
- ppChangeBatch
[out] Returns the newly created change batch object.