术语 | setmenuinfo |
释义 | SetMenuInfo 语法: BOOL SetMenuInfo( HMENU hmenu, LPCMENUINFO lpcmi ); SetMenuInfo功能 该SetMenuInfo函数设置为指定菜单的信息。 参数 hmenu [in]一个菜单句柄。 lpcmi [in]指向一个菜单MENUINFO结构。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。 功能信息 最低DLL版本 user32.dll 在Winuser.h中HeaderDeclared,头文件:winuser.h import libraryUser32.lib 最低经营systemsWindows 98时,Windows 2000 参见 菜单 ==英文原文==SetMenuInfo Function The SetMenuInfo function sets information for a specified menu. Syntax BOOL SetMenuInfo( HMENU hmenu, LPCMENUINFO lpcmi ); Parameters hmenu [in] Handle to a menu. lpcmi [in] Pointer to a MENUINFO structure for the menu. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError . Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 98, Windows 2000 See Also Menus ==原始网址==http://msdn.microsoft.com/en-us/library/ms647997(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。