Share via


IChangeApplicationContext::GetSaveChangeAction

Gets the action a destination provider must take to save a change.

Syntax

HRESULT GetSaveChangeAction(
  SYNC_SAVE_ACTION * pAction);

Parameters

  • pAction
    [out] Returns the action a destination provider must take to save a change.

Return Value

Remarks

It is only valid to call GetSaveChangeAction after IChangeApplicationContext::GetChangeApplicationAction returns CAA_SAVE_CHANGE.

See Also

Reference

IChangeApplicationContext Interface