MemoryPriority 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.
Represents a memory page access priority.
public enum MemoryPriority
type MemoryPriority =
Public Enum MemoryPriority
- Inheritance
-
MemoryPriority
Fields
Name | Value | Description |
---|---|---|
VeryLow | 1 | |
Low | 2 | |
Medium | 3 | |
BelowNormal | 4 | |
Normal | 5 |