共用方式為


ITPhoneEvent::get_ButtonLampId 方法 (tapi3if.h)

get_ButtonLampId方法會傳回長值,指出哪個按鈕或燈光觸發事件。 只有在 ITPhoneEvent::get_Event 傳回PE_LAMPMODE或PE_BUTTON時,才能使用這項資訊。

語法

HRESULT get_ButtonLampId(
  [out] long *plButtonLampId
);

參數

[out] plButtonLampId

按鈕或燈光識別碼。

傳回值

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

規格需求

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

另請參閱

ITPhoneEvent

ITPhoneEvent::get_Event