◄CDC► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── Description The CClientDC class is derived from CDC and takes care of calling the Windows functions ◄GetDC► at construction time and ◄ReleaseDC► at destruction time. This means that the device context associated with a CClientDC object is the client area of a window. See Also ◄CDC► Public Members Construction/Destruction ◄CClientDC► Constructs a CClientDC object connected to the CWnd. ◄~CClientDC► Destroys a CClientDC object. Protected Members ◄m_hWnd► The HWND of the window for which this CClientDC is valid. -♦-