![Xcalibur Systems LLC Logo](../icons/logo.png) |
StartupInfoStdInputHandle Field |
If Flags specifies STARTF_USESTDHANDLES, this member is the standard input handle for the
process. If STARTF_USESTDHANDLES is not specified, the default for standard input is the
keyboard buffer.
Namespace: Xcalibur.NativeMethods.V2.ProcessesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic IntPtr StdInputHandle
Public StdInputHandle As IntPtr
public:
IntPtr StdInputHandle
val mutable StdInputHandle: IntPtr
Field Value
IntPtr
See Also