Compartir a través de


CWindow::UpdateWindow

actualiza el área cliente.

BOOL UpdateWindow( ) throw();

Comentarios

Vea UpdateWindow en Windows SDK.

Ejemplo

//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();

Requisitos

encabezado: atlwin.h

Vea también

Referencia

Clase de CWindow

CWindow::RedrawWindow