ISynchronousNotifyingChangeApplierTarget::SaveChange

Saves an item change to the item store.

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

Parameters

  • ssa
    [in] The action to be performed for the change.
  • pChange
    [in] The item change to save.
  • pSaveChangeContext
    [in] Information about the change to be applied.

Return Value

  • S_OK

  • Provider-determined error codes

See Also

Reference

ISynchronousNotifyingChangeApplierTarget Interface