Tao.Platform.Windows SDK Documentation

Kernel.MEMORYSTATUS Members

Kernel.MEMORYSTATUS overview

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.

Public Instance Methods

Equals (inherited from ValueType) 
GetHashCode (inherited from ValueType) 
GetType (inherited from Object) 
ToString (inherited from ValueType) 

See Also

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