DkmStackWalkFramePriority 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.
Describes the priority of a call stack frame.
This API was introduced in Visual Studio 17 Update 5 (DkmApiVersion.VS17Update5).
public enum DkmStackWalkFramePriority
type DkmStackWalkFramePriority =
Public Enum DkmStackWalkFramePriority
- Inheritance
-
DkmStackWalkFramePriority
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default priority. |
Low | 1 | The frame is low priority. The IDE might not need to auto-focus on this frame on the call stack. |
Warning | 2 | The frame represents a warning. |
Critical | 3 | The frame represents critical information. |