术语 | getsubmenu |
释义 | GetSubMenu 语法: HMENU GetSubMenu( HMENU hMenu, int nPos ); GetSubMenu函数 该GetSubMenu函数检索的句柄下拉菜单或指定的菜单项启动子下降。 参数 hMenu [in]句柄菜单。 npos返回 [in]指定零为基础的一个项目,它可以激活一个下拉菜单或子菜单下拉菜单中指定的相对位置。 返回值 如果函数成功,返回值是一个句柄下拉菜单或子菜单项激活下降。如果该菜单项不激活一个下拉菜单或子菜单式,返回值为NULL。 例如 有关示例,请参见显示一个快捷菜单。 功能信息 最低DLL版本 user32.dll 在Winuser.h中HeaderDeclared,头文件:winuser.h import libraryUser32.lib 最低操作系统Windows 95,Windows NT 3.1 参见 菜单,CreatePopupMenu,GetMenu ==英文原文==GetSubMenu Function The GetSubMenu function retrieves a handle to the drop-down menu or submenu activated by the specified menu item. Syntax HMENU GetSubMenu( HMENU hMenu, int nPos ); Parameters hMenu [in] Handle to the menu. nPos [in] Specifies the zero-based relative position in the specified menu of an item that activates a drop-down menu or submenu. Return Value If the function succeeds, the return value is a handle to the drop-down menu or submenu activated by the menu item. If the menu item does not activate a drop-down menu or submenu, the return value is NULL. Example For an example, see Displaying a Shortcut Menu . Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 See Also Menus , CreatePopupMenu , GetMenu ==原始网址==http://msdn.microsoft.com/en-us/library/ms647984(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。