ITPhone::p ut_ButtonFunction メソッド (tapi3if.h)

put_ButtonFunction メソッドは、ボタン関数を設定します。

構文

HRESULT put_ButtonFunction(
  [in] long                  lButtonID,
  [in] PHONE_BUTTON_FUNCTION ButtonFunction
);

パラメーター

[in] lButtonID

ボタン識別子。

[in] ButtonFunction

ボタンの関数の PHONE_BUTTON_FUNCTION 記述子。

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
対象プラットフォーム Windows
ヘッダー tapi3if.h (Tapi3.h を含む)
Library Uuid.lib
[DLL] Tapi3.dll

こちらもご覧ください

ITPhone

get_ButtonFunction