CWindow::ShowWindow

창의 표시 상태를 설정합니다.

BOOL ShowWindow(
   int nCmdShow 
) throw();

설명

참조 ShowWindow 에 있는 Windows SDK.

예제

//The following example attaches an HWND to the CWindow object and 
//calls CWindow::ShowWindow() to show the window in its maximized state

CWindow myWindow;
myWindow.Attach(hWnd);
myWindow.ShowWindow(SW_SHOWMAXIMIZED);

요구 사항

헤더: atlwin.h

참고 항목

참조

CWindow 클래스