ITPhone::p ut_ButtonText メソッド (tapi3if.h)
put_ButtonText メソッドは、ボタン テキストを設定します。
構文
HRESULT put_ButtonText(
[in] long lButtonID,
[in] BSTR bstrButtonText
);
パラメーター
[in] lButtonID
ボタン識別子。
[in] bstrButtonText
ボタン テキストの BSTR 表現。
戻り値
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
対象プラットフォーム | Windows |
ヘッダー | tapi3if.h (Tapi3.h を含む) |
Library | Uuid.lib |
[DLL] | Tapi3.dll |