Type MEMORYSTATUSEX
dwLength As Long
dwMemoryLoad As Long
ullTotalPhys As ULARGE_INTEGER
ullAvailPhys As ULARGE_INTEGER
ullTotalPageFile As ULARGE_INTEGER
ullAvailPageFile As ULARGE_INTEGER
ullTotalVirtual As ULARGE_INTEGER
ullAvailVirtual As ULARGE_INTEGER
ullAvailExtendedVirtual As ULARGE_INTEGER
End Type
The MEMORYSTATUSEX structure holds information about the computer's memory. The structure stores the amounts of total and available physical memory and virtual memory. All values for amounts of memory are stored as 64-bit integers.
None.
Back to the Structure list.
Back to the Reference section.
Last Modified: April 16, 2000
This page is copyright © 2000 Paul Kuliniewicz.
Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/m/memorystatusex.html