Share via


DkmStackWalkFramePriority Enum

Definition

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

Critical 3

The frame represents critical information.

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.

Applies to