OfferVirtualMemoryPriority Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum OfferVirtualMemoryPriority
Public Enumeration OfferVirtualMemoryPriority
Dim instance As OfferVirtualMemoryPriority
public enum class OfferVirtualMemoryPriority
type OfferVirtualMemoryPriority
No code example is currently available or this language may not be supported.
VmOfferPriorityVeryLow |
1 |
The offered memory Is very low priority, and should be the first discarded.
|
VmOfferPriorityLow |
2 |
The offered memory Is low priority.
|
VmOfferPriorityBelowNormal |
3 |
The offered memory Is below normal priority.
|
VmOfferPriorityNormal |
4 |
The offered memory Is of normal priority to the application, and should be the last discarded.
|