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.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public StdInput As Integer
Dim instance As ProcessStartupInfo
Dim value As Integer
value = instance.StdInput
instance.StdInput = value
val mutable StdInput: int
No code example is currently available or this language may not be supported.
Field Value
Int32