HWND GetDesktopWindow(void) |
The GetDesktopWindow function retrieves the handle of the desktop window. The desktop window covers the entire screen and is the area on top of which all icons and other windows are painted.
This function has no parameters.
The return value is a handle of the desktop window.