ISoftKbd::SetKeyboardLabelTextCombination 方法

ISoftKbd::SetKeyboardLabelTextCombination 方法设置标签和用于描述软键盘的文本的组合。

语法

HRESULT SetKeyboardLabelTextCombination(
  [in] DWORD nModifierCombination
);

参数

nModifierCombination [in]

用于描述软键盘的标签和文本的组合。

返回值

此方法可以返回其中一个值。

说明
S_OK
方法成功。
E_INVALIDARG
nModifierCombination 参数无效。

要求

要求
最低受支持的客户端
Windows 2000 Professional [仅限桌面应用]
最低受支持的服务器
Windows 2000 Server [仅限桌面应用]
可再发行组件
Windows 2000 专业版上的 TSF 1.0
标头
Softkbdc.h
IDL
Softkbd.idl
DLL
Softkbd.dll

另请参阅

ISoftKbd

ISoftKbd::SetKeyboardLabelText