Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the action a destination provider must take to save a change.
HRESULT GetSaveChangeAction(
SYNC_SAVE_ACTION * pAction);
Parameters
- pAction
[out] Returns the action a destination provider must take to save a change.
Return Value
S_OK.
E_OUTOFMEMORY.
E_POINTER.
SYNC_E_INVALID_OPERATION when IChangeApplicationContext::GetChangeApplicationAction returned a value other than CAA_SAVE_CHANGE, or when the change contains change units.
Remarks
It is only valid to call GetSaveChangeAction after IChangeApplicationContext::GetChangeApplicationAction returns CAA_SAVE_CHANGE.