Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
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
 
 
                                     -♦-