VsDebugStartupInfo::dwCreationFlags Field

 

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

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

public:
[ComAliasNameAttribute("OLE.DWORD")]
unsigned int dwCreationFlags

Field Value

Type: System::UInt32

They may be any of the process creation flags that CreateProcess supports, except for DEBUG_ONLY_THIS_PROCESS, DEBUG_PROCESS, and EXTENDED_STARTUPINFO_PRESENT.

Return to top
Show: