IRecoverableError::GetRecoverableErrorDataForChangeUnit

Gets additional data about the recoverable error for a specified change unit.


HRESULT GetRecoverableErrorDataForChangeUnit(
  ISyncChangeUnit * pChangeUnit, 
  HRESULT * phrError,
  IRecoverableErrorData ** ppErrorData);

pChangeUnit

[in] The change unit that is associated with the error.

phrError

[out] Returns the error code that is associated with the error that prevented the change unit data from being applied.

ppErrorData

[out] Returns additional information about the error.

  • S_OK

  • E_POINTER

Show: