术语 | endmenu |
释义 | EndMenu 语法: BOOL EndMenu(VOID); 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 . Remarks If a platform does not support EndMenu, send the owner of the active menu a WM_CANCELMODE message. 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 , WM_CANCELMODE EndMenu功能 函数结束的EndMenu调用线程的活动菜单。 ==英文原文==EndMenu Function The EndMenu function ends the calling thread's active menu. Syntax BOOL EndMenu(VOID); 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 . Remarks If a platform does not support EndMenu, send the owner of the active menu a WM_CANCELMODE message. 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 , WM_CANCELMODE ==原始网址==http://msdn.microsoft.com/en-us/library/ms647637(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。