Share via


IChangeApplicationContext::GetChangeData

Gets the data for the change to be applied or the conflict to be saved.

HRESULT GetChangeData(
  IUnknown ** ppChangeData);

Parameters

  • ppChangeData
    [out] Returns an object that can be used to retrieve the data 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. This error value is also returned when no data exists for the specified save change action, such as SSA_DELETE_AND_STORE_TOMBSTONE.

See Also

Reference

IChangeApplicationContext Interface