DkmWorkListPriority 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.
Priority class of worklists from High to Idle. @Note: Must be kept in sync with the managed definition.
public enum class DkmWorkListPriority
public enum DkmWorkListPriority
type DkmWorkListPriority =
Public Enum DkmWorkListPriority
- Inheritance
-
DkmWorkListPriority
Fields
Name | Value | Description |
---|---|---|
WLP_HIGH_PRIORITY_CLASS | 16 | |
WLP_ABOVE_NORMAL_PRIORITY_CLASS | 32 | |
WLP_NORMAL_PRIORITY_CLASS | 48 | |
WLP_BELOW_NORMAL_PRIORITY_CLASS | 64 | |
WLP_IDLE_PRIORITY_CLASS | 80 |