Compartilhar via


CWindow::UpdateWindow

Atualiza a área de cliente.

BOOL UpdateWindow( ) throw();

Comentários

See UpdateWindow in the 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 CWindow

CWindow::RedrawWindow

Outros recursos

CWindow membros