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 CWindowDC
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.
 
 
                                     -♦-