![Xcalibur Systems LLC Logo](../icons/logo.png) |
StartupInfoStdOutputHandle Field |
If Flags specifies STARTF_USESTDHANDLES, this member is the standard output handle for
the process. Otherwise, this member is ignored and the default for standard output is the
console window's buffer.
Namespace: Xcalibur.NativeMethods.V2.ProcessesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic IntPtr StdOutputHandle
Public StdOutputHandle As IntPtr
public:
IntPtr StdOutputHandle
val mutable StdOutputHandle: IntPtr
Field Value
IntPtr
See Also