帮忙翻译一下这个消息

来源:百度知道 编辑:UC知道 时间:2024/06/14 07:15:25
WM_INITMENUPOPUP
LRESULT CALLBACK WindowProc(
HWND hwnd, // handle to window
UINT uMsg, // WM_INITMENUPOPUP
WPARAM wParam, // handle to menu (HMENU)
LPARAM lParam // item position and indicator
);

lParam
The low-order word specifies the zero-based relative position of the menu item that opens the drop-down menu or submenu.

最后一段话什么意思啊
主要是the zero-based relative position of the menu 中的the zero-based relative 不知什么意思

这个消息没用过。。 这句话的意思是说 : 低字节表示的是引发这次打开子菜单动作的菜单项的位置, 大概就是这个子菜单打开的位置吧

我看你还是接收消息然后打印出来看看吧, 这么想没用的, 文档这东西从来都说不清楚细节