ITPhoneEvent::get_ButtonLampId 方法 (tapi3if.h)

get_ButtonLampId 方法返回一个长值,指示哪个按钮或灯触发了事件。 仅当 ITPhoneEvent::get_Event 返回PE_LAMPMODE或PE_BUTTON时,此信息才可用。

语法

HRESULT get_ButtonLampId(
  [out] long *plButtonLampId
);

参数

[out] plButtonLampId

按钮或灯 ID。

返回值

如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

要求

   
目标平台 Windows
标头 tapi3if.h (包括 Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

另请参阅

ITPhoneEvent

ITPhoneEvent::get_Event