ProcessStartupInfoStdInput Field

If Flags specifies UseStdHandles, this member is the standard input handle for the process.

If UseStdHandles is not specified, the default for standard input is the keyboard buffer.

If Flags specifies UseHotkey, this member specifies a hotkey value that is sent as the wParam parameter of a WM_SetHotkey message to the first eligible top-level window created by the application that owns the process. If the window is created with the Popup window style, it is not eligible unless the AppWindow extended window style is also set.

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 int StdInput

Field Value

Int32

See Also