Share via


ISynchronousNotifyingChangeApplierTarget::SaveChangeWithChangeUnits

Saves an item change that contains unit change changes to the item store.

HRESULT SaveChangeWithChangeUnits(
  ISyncChange * pChange,
  ISaveChangeWithChangeUnitsContext * pSaveContext);

Parameters

  • pChange
    [in] The item change to apply.
  • pSaveContext
    [in] Information about the change to be applied.

Return Value

  • S_OK

  • Provider-determined error codes

See Also

Reference

ISynchronousNotifyingChangeApplierTarget Interface