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();
요구 사항
헤더: atlwin.h