CWnd::EndPaint

This method is called once for each call to the BeginPaint method, but only after painting is complete. Calling this method marks the end of painting in the specified window.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

void EndPaint( LPPAINTSTRUCT lpPaint );

See Also

CWnd::BeginPaint, CPaintDC