VsDebugStartupInfo.lpReserved Field

Definition

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

Applies to