CWindow::ShowWindow
Legt den Anzeigezustand des Fensters fest.
BOOL ShowWindow(
int nCmdShow
) throw();
Hinweise
Siehe ShowWindow in Windows SDK.
Beispiel
//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);
Anforderungen
Header: atlwin.h