VsDebugStartupInfo::dwCreationFlags Field
Visual Studio 2015
Process creation flags to be passed in the dwCreationFlags parameter of CreateProcess.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Field Value
Type: System::UInt32They may be any of the process creation flags that CreateProcess supports, except for DEBUG_ONLY_THIS_PROCESS, DEBUG_PROCESS, and EXTENDED_STARTUPINFO_PRESENT.
Show: