共用方式為


itASRTerminalEvent::get_Error 方法 (tapi3if.h)

get_Error方法會傳回與終端機事件相關聯之錯誤的 HRESULT 轉換。

語法

HRESULT get_Error(
  [out] HRESULT *phrErrorCode
);

參數

[out] phrErrorCode

錯誤碼的指標。

傳回值

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

規格需求

   
目標平台 Windows
標頭 tapi3if.h (包括 Tapi3.h)
程式庫 Uuid.lib
Dll Tapi3.dll

另請參閱

ITASRTerminalEvent