VsDebugStartupInfo.dwCreationFlags 字段

定义

要在 CreateProcess 的参数中传递的进程创建标志 dwCreationFlags

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 

字段值

UInt32
属性

注解

除了 DEBUG_ONLY_THIS_PROCESS、DEBUG_PROCESS 和 EXTENDED_STARTUPINFO_PRESENT,它们可能是 CreateProcess 支持的任何 进程创建标志

适用于