Compartilhar via


VsDebugStartupInfo.dwCreationFlags Field

Definition

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.

Applies to