VsDebugStartupInfo.hStdInput Field

Definition

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).

Applies to