Поделиться через


CWindow::UpdateWindow

Обновляет клиентскую область.

BOOL UpdateWindow( ) throw();

Заметки

См. раздел UpdateWindow в Windows SDK.

Пример

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

Требования

Header: atlwin.h

См. также

Ссылки

CWindow Class

CWindow::RedrawWindow