Partilhar via


CWindow::UpdateWindow

Atualiza a área cliente.

BOOL UpdateWindow( ) throw();

Comentários

Consulte UpdateWindow em Windows SDK.

Exemplo

//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

Cabeçalho: atlwin.h

Consulte também

Referência

Classe de CWindow

CWindow::RedrawWindow