术语 | getdesktopwindow |
释义 | GetDesktopWindow 语法: HWND GetDesktopWindow(VOID); Return Value The return value is a handle to the desktop window. Example For an example, see Initializing a Dialog Box . 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 Windows Overview , GetWindow GetDesktopWindow函数 该GetDesktopWindow函数返回的句柄桌面窗口。桌面窗口覆盖整个屏幕。桌面窗口,这是对其中最核心领域的其他窗口画。 ==英文原文==GetDesktopWindow Function The GetDesktopWindow function returns a handle to the desktop window. The desktop window covers the entire screen. The desktop window is the area on top of which other windows are painted. Syntax HWND GetDesktopWindow(VOID); Return Value The return value is a handle to the desktop window. Example For an example, see Initializing a Dialog Box . 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 Windows Overview , GetWindow ==原始网址==http://msdn.microsoft.com/en-us/library/ms633504(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。