DkmProcessLaunchFlags Enum
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.
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
Name | Value | Description |
---|---|---|
None | 0 | No flags are set. |
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. |
ProfilingLaunch | 2 | Indicates that this process launch is for profiling and so the IDkmProfileProcessLaunch140 callbacks should be called. |