BOOL UpdateWindow( );
See UpdateWindow in the Win32 SDK.
Remarks
Updates the client area.
Example
//The following example attaches an HWND to the CWindow object and
//calls CWindow::UpdateWindow() to update the window
CWindow myWindow;
myWindow.Attach(hWndFoo);
BOOL bUpdated = myWindow.UpdateWindow();
CWindow Overview | Class Members
See Also CWindow::RedrawWindow