IChangeApplicationContext::GetChange
Gets the metadata for the change to be applied or the conflict to be saved.
HRESULT GetChange(
ISyncChange ** ppChange);
Parameters
- ppChange
[out] Returns the metadata for the change to be applied or the conflict to be saved.
Return Value
S_OK.
E_OUTOFMEMORY.
E_POINTER.
SYNC_E_INVALID_OPERATION when IChangeApplicationContext::GetChangeApplicationAction returned a value other than CAA_SAVE_CHANGE, CAA_SAVE_CHANGE_WITH_CHANGE_UNITS, or CAA_SAVE_CONFLICT.