VsDebugStartupInfo.hStdError Field

Definition

The standard error handle for the process.

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

Field Value

IntPtr

nativeint

Attributes

Remarks

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

Applies to