GetDesktopWindow

  HWND GetDesktopWindow(void)    

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.

Parameters

This function has no parameters.

Return Value

The return value identifies the Windows desktop window.

See Also

GetWindow