IChangeApplicationContext::GetSaveChangeAction

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


HRESULT GetSaveChangeAction(
  SYNC_SAVE_ACTION * pAction);

pAction

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

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

Show: