CWindow::UpdateWindow
Oblasti klienta aktualizace.
BOOL UpdateWindow( ) throw();
Poznámky
Viz UpdateWindow v .
Příklad
//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();
Požadavky
Záhlaví: atlwin.h