DkmFuncEvalAbortLoggingFlags 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 to indicate what type of logging to perform on a func eval abort.
This API was introduced in Visual Studio 15 Update 4 (DkmApiVersion.VS15Update4).
public enum class DkmFuncEvalAbortLoggingFlags
public enum DkmFuncEvalAbortLoggingFlags
type DkmFuncEvalAbortLoggingFlags =
Public Enum DkmFuncEvalAbortLoggingFlags
- Inheritance
-
DkmFuncEvalAbortLoggingFlags
Fields
Name | Value | Description |
---|---|---|
None | 0 | No logging on func eval abort. |
FullDumpOnAbort | 1 | Create a full dump when a func eval is aborted. |
FullDumpOnRudeAbort | 2 | Create a full dump when a func eval is rude-aborted. |
MiniDumpOnAbort | 3 | Create a minidump when a func eval is aborted. |
MiniDumpOnRudeAbort | 4 | Create a minidump when a func eval is rude-aborted. |