IInputObject::TranslateAcceleratorIO 方法 (shobjidl_core.h)
使 对象能够处理键盘快捷键。
语法
HRESULT TranslateAcceleratorIO(
MSG *pMsg
);
参数
pMsg
类型: LPMSG
包含正在翻译的键盘消息的 MSG 结构的地址。
返回值
类型: HRESULT
如果快捷键已转换,则返回 S_OK ,否则 返回S_FALSE 。
要求
最低受支持的客户端 | Windows 2000 专业版、Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | shobjidl_core.h (包括 Shobjidl.h) |
DLL | Shell32.dll (版本 4.71 或更高版本) |