CWindow::Invalidate

This method invalidates the entire client area and passes NULL for the RECT parameter to the InvalidateRect Windows CE function.

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL Invalidate( BOOL bErase = TRUE );

See Also

CWindow::InvalidateRect, CWindow::ValidateRect