Share via


ISoftKbd::SetKeyboardLabelTextCombination 方法

ISoftKbd::SetKeyboardLabelTextCombination方法會設定用來描述軟式鍵盤的標籤和文字組合。

語法

HRESULT SetKeyboardLabelTextCombination(
  [in] DWORD nModifierCombination
);

參數

nModifierCombination [in]

用來描述軟式鍵盤的標籤和文字組合。

傳回值

這個方法可以傳回其中一個值。

描述
S_OK
此方法成功。
E_INVALIDARG
nModifierCombination參數無效。

規格需求

需求
最低支援的用戶端
Windows 2000 專業版 [僅限傳統型應用程式]
最低支援的伺服器
Windows 2000 Server [僅限傳統型應用程式]
可轉散發套件
Windows 2000 專業版上的 TSF 1.0
標頭
Softkbdc.h
Idl
Softkbd.idl
DLL
Softkbd.dll

另請參閱

ISoftKbd

ISoftKbd::SetKeyboardLabelText