VsDebugStartupInfo.lpReserved2 Field

Definition

Reserved.

public: IntPtr lpReserved2;
[System.Runtime.InteropServices.ComAliasName("TextManager.BYTE")]
[System.Runtime.InteropServices.ComConversionLoss]
public IntPtr lpReserved2;
[<System.Runtime.InteropServices.ComAliasName("TextManager.BYTE")>]
[<System.Runtime.InteropServices.ComConversionLoss>]
val mutable lpReserved2 : nativeint
Public lpReserved2 As IntPtr 

Field Value

IntPtr

nativeint

Attributes

Remarks

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

Applies to