Tao.Platform.Windows SDK Documentation

Kernel.MEMORYSTATUS Fields

The fields of the Kernel.MEMORYSTATUS structure are listed below. For a complete list of Kernel.MEMORYSTATUS structure members, see the Kernel.MEMORYSTATUS Members topic.

Public Instance Fields

AvailPageFile Size of available memory to commit, in bytes.
AvailPhys Size of physical memory available, in bytes.
AvailVirtual Size of unreserved and uncommitted memory in the user mode portion of the virtual address space of the calling process, in bytes.
Length Size of the MEMORYSTATUS data structure, in bytes. You do not need to set this member before calling the GlobalMemoryStatus function; the function sets it.
MemoryLoad Approximate percentage of total physical memory that is in use. Windows NT: Percentage of approximately the last 1000 pages of physical memory that is in use.
TotalPageFile Size of the committed memory limit, in bytes.
TotalPhys Total size of physical memory, in bytes.
TotalVirtual Total size of the user mode portion of the virtual address space of the calling process, in bytes.

See Also

Kernel.MEMORYSTATUS Class | Tao.Platform.Windows Namespace | GlobalMemoryStatus