VsDebugStartupInfo.hStdInput Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The standard input handle for the process.
public: System::UInt32 hStdInput;
public: IntPtr hStdInput;
public: unsigned int hStdInput;
unsigned int hStdInput;
[System.Runtime.InteropServices.ComAliasName("OLE.ULONG_PTR")]
public uint hStdInput;
[System.Runtime.InteropServices.ComAliasName("OLE.ULONG_PTR")]
public IntPtr hStdInput;
[<System.Runtime.InteropServices.ComAliasName("OLE.ULONG_PTR")>]
val mutable hStdInput : uint32
[<System.Runtime.InteropServices.ComAliasName("OLE.ULONG_PTR")>]
val mutable hStdInput : nativeint
Public hStdInput As UInteger
Public hStdInput As IntPtr
Field Value
IntPtr
nativeint
- Attributes
Remarks
This field is equivalent to hStdInput in STARTUPINFO (defined in winbase.h).