Share via


DkmProcessLaunchFlags Enum

Definition

Flags associated with a request to launch a process.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

This enumeration supports a bitwise combination of its member values.

public enum class DkmProcessLaunchFlags
public enum class DkmProcessLaunchFlags
enum DkmProcessLaunchFlags
[System.Flags]
public enum DkmProcessLaunchFlags
[<System.Flags>]
type DkmProcessLaunchFlags = 
Public Enum DkmProcessLaunchFlags
Inheritance
DkmProcessLaunchFlags
Attributes

Fields

None 0

No flags are set.

ProfilingLaunch 2

Indicates that this process launch is for profiling and so the IDkmProfileProcessLaunch140 callbacks should be called.

VsdebugengEngineUsed 1

Indicates that one or more vsdebugeng.dll-based debug engines are being used to debug this process. This will be clear if the process is being started outside of the debugger, or if another engine, such as the legacy managed debug engine, is being used to debug the process.

Applies to