共用方式為


IWiaItemExtras::GetExtendedErrorInfo 方法 (wia_xp.h)

IWiaItemExtras::GetExtendedErrorInfo方法會從設備磁碟機取得字串,其中包含最近錯誤的相關資訊。 在 Windows 映像擷取 (WIA) 專案 (,例如資料傳輸) 期間發生錯誤之後,呼叫此方法。

語法

HRESULT GetExtendedErrorInfo(
  [out] BSTR *bstrErrorText
);

參數

[out] bstrErrorText

類型: BSTR*

包含錯誤資訊的字串指標。

傳回值

類型: HRESULT

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

備註

應用程式必須呼叫 SysFreeString 函式,才能釋放 bstrErrorText 指向的字串。

規格需求

   
最低支援的用戶端 Windows 2000 專業版、Windows XP [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 [僅限傳統型應用程式]
目標平台 Windows
標頭 wia_xp.h (包括 Wia.h)
程式庫 Wiaguid.lib
Dll Wiaservc.dll

另請參閱

IWiaItemExtras