CWindowDC
The CWindowDC class is derived from CDC. It calls the Windows functions at construction time and at destruction time. This means that a CWindowDC object accesses the entire screen area of a CWnd (both client and nonclient areas).
For more information on using CWindowDC, see in Visual C++ Programmer’s Guide.
#include <afxwin.h>
Class Members | Base Class | Hierarchy Chart
See Also CDC