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