MEMINFO describes the Windows performance counters: a process's working set; the largest address in a process's virtual address space; the number of bytes of writeable, committed memory in a process's address space; and the number of bytes of private (unshared) memory in a process's address space. 4Test defines this enumerated data type as follows:
[-] type MEMINFO is enum [ ] WORKING_SET [ ] VIRTUAL_SIZE [ ] PRIVATE_READWRITE [ ] PRIVATE_BYTES