术语 | menuitemfrompoint |
释义 | MenuItemFromPoint 语法: int MenuItemFromPoint( HWND hWnd, HMENU hMenu, POINT ptScreen ); MenuItemFromPoint功能 该MenuItemFromPoint函数确定的菜单项,如果有的话,在指定的位置。 参数 hWnd [in]的窗口句柄包含菜单。 Windows 98/Me和Windows 2000/XP的:如果该值为NULL和hMenu参数是一个弹出菜单,函数会发现菜单窗口。 hMenu [in]菜单句柄包含菜单项点击测试。 ptScreen [in]一个POINT结构,指定地点进行测试。如果hMenu指定了一个菜单栏,此参数在窗口坐标。否则,客户端的坐标。 返回值 返回零设在指定的位置或-1的菜单项的位置,如果没有菜单项是在指定位置。 功能信息 最低DLL版本 user32.dll 在Winuser.h中HeaderDeclared,头文件:winuser.h import libraryUser32.lib 最低操作系统Windows 95,Windows NT 4.0 参见 菜单 ==英文原文==MenuItemFromPoint Function The MenuItemFromPoint function determines which menu item, if any, is at the specified location. Syntax int MenuItemFromPoint( HWND hWnd, HMENU hMenu, POINT ptScreen ); Parameters hWnd [in] Handle to the window containing the menu. Windows 98/Me and Windows 2000/XP: If this value is NULL and the hMenu parameter represents a popup menu, the function will find the menu window. hMenu [in] Handle to the menu containing the menu items to hit test. ptScreen [in] A POINT structure that specifies the location to test. If hMenu specifies a menu bar, this parameter is in window coordinates. Otherwise, it is in client coordinates. Return Value Returns the zero-based position of the menu item at the specified location or -1 if no menu item is at the specified location. Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 4.0 See Also Menus ==原始网址==http://msdn.microsoft.com/en-us/library/ms647992(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。