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