ProcessStartupInfoShowWindow Field

If Flags specifies UseShowWindow, this member can be any of the values that can be specified in the NativeWindowState enumeration, except for ShowDefault. Otherwise, this member is ignored.

For GUI processes, the first time ShowWindow is called, its nCmdShow parameter is ignored ShowWindow specifies the default value. In subsequent calls to ShowWindow(IntPtr, NativeWindowState), the ShowWindow member is used if the nCmdShow parameter of ShowWindow(IntPtr, NativeWindowState) is set to ShowDefault.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public NativeWindowState ShowWindow

Field Value

NativeWindowState

See Also