Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.