CWnd::GetDesktopWindow

Call this member function to retrieve the Windows desktop window. This window covers the entire screen and is the area on top of which all icons and other windows are painted.

Syntax

static CWnd* PASCAL GetDesktopWindow( );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories