◄CDC► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── Description The CWindowDC class is derived from CDC. It calls the Windows functions ◄GetWindowDC► at construction time and ◄ReleaseDC► at destruction time. This means that a CWindowDC object accesses the entire screen area of a ◄CWnd►──both client and nonclient areas. See Also ◄CDC► Public Members Construction/Destruction ◄CWindowDC► Constructs a CWindowDC object. ◄~CWindowDC► Destroys the CWindowDC object. Protected Members ◄m_hWnd► The HWND to which this CWindowDC is attached. -♦-