VsDebugStartupInfo Fields

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

NameDescription
System_CAPS_pubfieldcbReserved2

Reserved.

System_CAPS_pubfielddwCreationFlags

Process creation flags to be passed in the dwCreationFlags parameter of CreateProcess.

System_CAPS_pubfielddwFillAttribute

The initial text and background colors of the window.

System_CAPS_pubfielddwX

The X offset of the window.

System_CAPS_pubfielddwXCountChars

the screen buffer width, in columns.

System_CAPS_pubfielddwXSize

The width of the window, in pixels.

System_CAPS_pubfielddwY

The Y offset of the window.

System_CAPS_pubfielddwYCountChars

The height of the window, in character rows.

System_CAPS_pubfielddwYSize

The height of the window, in pixels

System_CAPS_pubfieldflags

Specifies how to create a window.

System_CAPS_pubfieldhStdError

The standard error handle for the process.

System_CAPS_pubfieldhStdInput

The standard input handle for the process.

System_CAPS_pubfieldhStdOutput

The standard output channel for the process.

System_CAPS_pubfieldlpDesktop

The name of the desktop.

System_CAPS_pubfieldlpReserved

Reserved.

System_CAPS_pubfieldlpReserved2

Reserved.

System_CAPS_pubfieldlpTitle

The title displayed in the title bar.

System_CAPS_pubfieldwShowWindow

Flags that specify how to display the window.

Return to top
Show: