OfferVirtualMemoryPriority Enumeration

Specifies how important a offered virtual memory is to the application.

For OfferVirtualMemory(IntPtr, IntPtr, OfferVirtualMemoryPriority) function.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum OfferVirtualMemoryPriority

Remarks

Members

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.

See Also