共用方式為


IRecoverableErrorData::GetErrorDescription

取得錯誤的描述。

HRESULT GetErrorDescription(
  LPWSTR pszErrorDescription,
  DWORD * pcchErrorDescription);

參數

  • pszErrorDescription
    [in, out, unique, string, size_is(*pcchErrorDescription)] 傳回錯誤的描述。
  • pcchErrorDescription
    [in, out] 指定 pszErrorDescription 中的字元數目。當 pcchErrorDescription 太小時傳回 pszErrorDescription 所需的字元數目,否則就傳回寫入的字元數目。

傳回值

  • S_OK

  • E_POINTER

  • 當 pszErrorDescription 太小時,為 HRESULT_FROM_WIN32(ERROR_MORE_DATA)。在這種情況下,所需的字元數目是在 pcchErrorDescription 中傳回。

  • 提供者決定的錯誤碼

請參閱

參考

IRecoverableErrorData 介面