当菜单处于活动状态且用户按下与任何助记键或快捷键都不对应的键时发送。 此消息将发送到拥有菜单的窗口。C++ 复制 #define WM_MENUCHAR 0x0120 参数wParam 低位字指定与用户按下的键相对应的字符代码。 高位字指定活动菜单类型。 此参数的取值可为下列值之一。 展开表 值含义 MF_POPUP 0x00000010L 下拉...
WM_MENUCHAR chUser = (char)LOWORD(wParam);fuFlag = (UINT)HIWORD(wParam);hmenu = (HMENU)lParam; ParameterschUser Value of the low-order word of wParam. Specifies the character code that corresponds to the key the user pressed. fuFlag Value of the high-order word of wParam. Specifies the ...
WM_MENUCHAR chUser = (char)LOWORD(wParam); fuFlag = (UINT)HIWORD(wParam); hmenu = (HMENU)lParam; Parameters chUser Value of the low-order word ofwParam. Specifies the character code that corresponds to the key the user pressed. fuFlag ...
WM_MENUCHAR message Article 12/12/2020 6 contributors Feedback In this article Parameters Return value Remarks Requirements See also Sent when a menu is active and the user presses a key that does not correspond to any mnemonic or accelerator key. This message is sent to the window ...
WM_MENUCHAR WM_MENUSELECT WM_SYSCHAR WM_SYSCOMMAND Estructuras de acelerador de teclado Menús Cadenas Información de versión compilador de recursos Referencia de API de PRI Learn Windows Aplicaciones Win32 Tecnologías de escritorio Interfaz de usuario de la aplicación de escritorio ...
#define WM_MENUCHAR 0x0120 参数wParam 低位字指定与用户按下的键相对应的字符代码。 高位字指定活动菜单类型。 此参数的取值可为下列值之一。 展开表 值含义 MF_POPUP 0x00000010L 下拉菜单、子菜单或快捷菜单。 MF_SYSMENU 0x00002000L 窗口菜单。 lParam 活动菜单的句柄。返回...
WM_MENUCHAR message Alt 12/12/2020 6 rannpháirtí Aiseolas San alt seo Parameters Return value Remarks Requirements See also Sent when a menu is active and the user presses a key that does not correspond to any mnemonic or accelerator key. This message is sent to the window that...
#defineWM_MENUCHAR 0x0120 Parameters wParam The low-order word specifies the character code that corresponds to the key the user pressed. The high-order word specifies the active menu type. This parameter can be one of the following values. ...
#define WM_MENUCHAR 0x0120 参数wParam 低位字指定与用户按下的键相对应的字符代码。 高位字指定活动菜单类型。 此参数的取值可为下列值之一。 展开表 值含义 MF_POPUP 0x00000010L 下拉菜单、子菜单或快捷菜单。 MF_SYSMENU 0x00002000L 窗口菜单。 lParam 活动菜单的句柄。返回...
当菜单处于活动状态且用户按下与任何助记键或快捷键都不对应的键时发送。 此消息将发送到拥有菜单的窗口。C++ 复制 #define WM_MENUCHAR 0x0120 参数wParam 低位字指定与用户按下的键相对应的字符代码。 高位字指定活动菜单类型。 此参数的取值可为下列值之一。 展开表 值含义 MF_POPUP 0x00000010L 下拉...