CWnd::EndPaint

Call this member function once for each call to the BeginPaint member function, but only after painting is complete. Calling this function marks the end of painting in the given window.

Syntax

void EndPaint( LPPAINTSTRUCT lpPaint );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::BeginPaint, CPaintDC