VsDebugStartupInfo.cbReserved2 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: System::UInt16 cbReserved2;
public: unsigned short cbReserved2;
unsigned short cbReserved2;
[System.Runtime.InteropServices.ComAliasName("OLE.WORD")]
public ushort cbReserved2;
[<System.Runtime.InteropServices.ComAliasName("OLE.WORD")>]
val mutable cbReserved2 : uint16
Public cbReserved2 As UShort
Field Value
- Attributes
Remarks
This field is equivalent to cbReserved2 in STARTUPINFO (defined in winbase.h).