IExecuteCommand::SetShowWindow method
Sets the specified window's visual state.
Syntax
HRESULT SetShowWindow( [in] int nShow );
Parameters
- nShow [in]
-
Type: int
One of the following flags to indicate how the window is to be shown.
-
Hides the window and activates another window.
-
Maximizes the specified window.
-
Minimizes the specified window and activates the next top-level window in the z-order.
-
Activates and displays the window. If the window is minimized or maximized, Windows restores it to its original size and position. An application should specify this flag when restoring a minimized window.
-
Activates the window and displays it in its current size and position.
-
Sets the show state based on the information specified in the STARTUPINFO structure passed to the CreateProcess function that started the application. An application should call ShowWindow with this flag to set the initial visual state of its main window.
-
Activates the window and displays it as a maximized window.
-
Activates the window and displays it as a minimized window.
-
Displays the window as a minimized window. The active window remains active.
-
Displays the window in its current state. The active window remains active.
-
Displays a window in its most recent size and position. The active window remains active.
-
Default state. Activates and displays a window. If the window is minimized or maximized, Windows restores it to its original size and position. An application should specify this flag when it displays the window for the first time.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|