CWindow::UpdateWindow
Met à jour la zone cliente.
BOOL UpdateWindow( ) throw();
Notes
Consultez l' UpdateWindow dans Kit de développement logiciel Windows.
Exemple
//The following example attaches an HWND to the CWindow object and
//calls CWindow::UpdateWindow() to update the window
CWindow myWindow;
myWindow.Attach(hWnd);
BOOL bUpdated = myWindow.UpdateWindow();
Configuration requise
Header: atlwin.h