VsDebugStartupInfo.dwCreationFlags 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.
Process creation flags to be passed in the dwCreationFlags
parameter of CreateProcess.
public: System::UInt32 dwCreationFlags;
public: unsigned int dwCreationFlags;
unsigned int dwCreationFlags;
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
public uint dwCreationFlags;
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
val mutable dwCreationFlags : uint32
Public dwCreationFlags As UInteger
Field Value
- Attributes
Remarks
They may be any of the process creation flags that CreateProcess supports, except for DEBUG_ONLY_THIS_PROCESS, DEBUG_PROCESS, and EXTENDED_STARTUPINFO_PRESENT.