MemoryResourceNotificationType Enumeration

indicates the memory condition under which an object is to be signaled when calling CreateMemoryResourceNotification(MemoryResourceNotificationType) 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 MemoryResourceNotificationType

Remarks

Members

LowMemory 0 Available physical memory is running low.
HighMemory 1 Available physical memory is high.

See Also