VsDebugStartupInfo.lpReserved 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::String ^ lpReserved;
public: Platform::String ^ lpReserved;
std::wstring lpReserved;
[System.Runtime.InteropServices.ComAliasName("OLE.LPCWSTR")]
public string lpReserved;
[<System.Runtime.InteropServices.ComAliasName("OLE.LPCWSTR")>]
val mutable lpReserved : string
Public lpReserved As String
Field Value
- Attributes
Remarks
This field is equivalent to lpReserved in STARTUPINFO (defined in winbase.h).