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.
CDC::ExcludeUpdateRgn
CDC                                         Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  int ExcludeUpdateRgn( CWnd* pWnd );
 
  Parameter   Description
 
  <pWnd>      Points to the window object whose window is being updated.
 
  Remarks
 
  Prevents drawing within invalid areas of a window by excluding an
  updated region in the window from the clipping region associated with
  the CDC object.
 
  Return Value
 
  The type of excluded region. It can be any one of the following values:
 
  Value           Meaning
 
  COMPLEXREGION   The region has overlapping borders.
 
  ERROR           No region was created.
 
  NULLREGION      The region is empty.
 
  SIMPLEREGION    The region has no overlapping borders.
 
  See Also
 
  ::ExcludeUpdateRgn
 
 
                                     -♦-