HWND GetDesktopWindow()
This function returns the window handle to the Windows 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 identifies the Windows desktop window.