CWindow::InvalidateRect

BOOL InvalidateRect( LPCRECT lpRect, BOOL bErase = TRUE );

See InvalidateRect in the Win32 SDK.

Remarks

Invalidates the client area within the specified rectangle.

CWindow OverviewClass Members

See Also   CWindow::Invalidate, CWindow::InvalidateRgn, CWindow::ValidateRect, RECT