共用方式為


IRecoverableError::GetRecoverableErrorDataForChangeUnit

取得所指定之變更單位有關這項可復原錯誤的其他資訊。

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

參數

  • pChangeUnit
    [in] 與此錯誤關聯的變更單位。
  • phrError
    [out] 傳回與這項阻礙變更單位資料套用的錯誤關聯的錯誤碼。
  • ppErrorData
    [out] 傳回有關此錯誤的其他資訊。

傳回值

  • S_OK

  • E_POINTER

請參閱

參考

IRecoverableError 介面