BOOL InvalidateRect( LPCRECT lpRect, BOOL bErase = TRUE );
See InvalidateRect in the Win32 SDK.
Remarks
Invalidates the client area within the specified rectangle.
CWindow Overview | Class Members
See Also CWindow::Invalidate, CWindow::InvalidateRgn, CWindow::ValidateRect, RECT