IProviderSyncServices::CreateChangeBatch
Crée un objet ISyncChangeBatch qu'un fournisseur peut utiliser pour gérer l'énumération des modifications.
Syntaxe
HRESULT CreateChangeBatch(
ISyncKnowledge * pDestinationKnowledge,
IForgottenKnowledge *pSourceForgottenKnowledge,
ISyncChangeBatch **ppChangeBatch);
Paramètres
pDestinationKnowledge
[in] Connaissance du réplica de destination.pSourceForgottenKnowledge
[in] Connaissance oubliée du réplica source.ppChangeBatch
[out] Retourne l'objet de lot de modifications récemment créé.
Valeur de retour
S_OK
E_OUTOFMEMORY
E_POINTER
E_INVALIDARG
SYNC_E_INVALID_OPERATION lorsque cet objet n'est pas initialisé.