Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
class CClientDC
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.
 
 
                                     -♦-