GetDesktopWindow

3.0

  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.

Parameters

This function has no parameters.

Return Value

The return value is a handle of the desktop window.

See Also

GetTopWindow, GetWindow