MemoryState Enumeration

Specifies the state of the pages in the memory region.

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 MemoryState

Remarks

Members

Commit 4,096 Indicates committed pages for which physical storage has been allocated, either in memory or in the paging file on disk.
Reserve 8,192 Indicates reserved pages where a range of the process's virtual address space is reserved without any physical storage being allocated.

For reserved pages, the information in the Protect member is undefined.

Free 65,536 Indicates free pages not accessible to the calling process and available to be allocated.

For free pages, the information in the AllocationBase, AllocationProtect, Protect, and Type members is undefined.

See Also