Partager via


IAsynchronousNotifyingChangeApplierTarget::SaveChange

Enregistre une modification d'élément dans le magasin d'éléments.

Notes

cette méthode est désormais obsolète.

Syntaxe

HRESULT SaveChange(
  SYNC_SAVE_ACTION ssa,
  ISyncChange * pChange,
  ISaveChangeContext * pSaveContext);

Paramètres

  • ssa
    [in] Action à effectuer pour la modification.

  • pChange
    [in] Modification d'élément à enregistrer.

  • pSaveChangeContext
    [in] Informations relatives à la modification à appliquer.

Valeur de retour

  • S_OK

  • Codes d'erreur déterminés par le fournisseur

Notes

Lorsque SaveChange est appelé, le fournisseur doit entreprendre l'une des actions suivantes :

Voir aussi

Autres ressources

Interface IAsynchronousNotifyingChangeApplierTarget

Interface IAsynchronousNotifyingChangeApplierTargetCallback