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.
CWnd::EndPaint
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void EndPaint( LPPAINTSTRUCT lpPaint );
 
  Parameter   Description
 
  <lpPaint>   Points to a PAINTSTRUCT structure that contains the
              painting information retrieved by the BeginPaint member
              function.
 
  Remarks
 
  Marks the end of painting in the given window. The EndPaint member
  function is required for each call to the BeginPaint member function,
  but only after painting is complete.
 
  If the caret was hidden by the BeginPaint member function, EndPaint
  restores the caret to the screen.
 
  See Also
 
  CWnd::BeginPaint, ::EndPaint, CPaintDC
 
 
                                     -♦-