CWindow::UpdateWindow
更新 : 2007 年 11 月
クライアント領域を更新します。
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();
必要条件
ヘッダー : atlwin.h