GetDesktopWindow
Jump to navigation
Jump to search
Description
Retrieves 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 WINAPI GetDesktopWindow(void);
Parameters
This function has no parameters.
Return value
Type:
Type: HWND
The return value is a handle to the desktop window.