CWindow::UpdateWindow
更新工作区。
BOOL UpdateWindow( ) throw();
备注
在参见 Windows SDK的 UpdateWindow。
示例
//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