Share via


VsDebugStartupInfo.hStdOutput Field

Definition

The standard output channel for the process.

public: System::UInt32 hStdOutput;
public: IntPtr hStdOutput;
public: unsigned int hStdOutput;
unsigned int hStdOutput;
[System.Runtime.InteropServices.ComAliasName("OLE.ULONG_PTR")]
public uint hStdOutput;
[System.Runtime.InteropServices.ComAliasName("OLE.ULONG_PTR")]
public IntPtr hStdOutput;
[<System.Runtime.InteropServices.ComAliasName("OLE.ULONG_PTR")>]
val mutable hStdOutput : uint32
[<System.Runtime.InteropServices.ComAliasName("OLE.ULONG_PTR")>]
val mutable hStdOutput : nativeint
Public hStdOutput As UInteger 
Public hStdOutput As IntPtr 

Field Value

IntPtr

nativeint

Attributes

Remarks

This field is equivalent to hstdOutput in STARTUPINFO (defined in winbase.h).

Applies to