ROUTINE GlobalMemoryStatus minarg=8 maxarg=8 stackpop=called module=Kernel32; arg 1 num update byaddr fdstart format=pib4.; * DWORD dwLength // sizeof(MEMORYSTATUS) ; arg 2 num update format=pib4.; * DWORD dwMemoryLoad // percent of memory in use ; arg 3 num update format=pib4.; * DWORD dwTotalPhys // bytes of physical memory ; arg 4 num update format=pib4.; * DWORD dwAvailPhys // free physical memory bytes ; arg 5 num update format=pib4.; * DWORD dwTotalPageFile // bytes of paging file ; arg 6 num update format=pib4.; * DWORD dwAvailPageFile // free bytes of paging file ; arg 7 num update format=pib4.; * DWORD dwTotalVirtual // user bytes of address space ; arg 8 num update format=pib4.; * DWORD dwAvailVirtual // free user bytes ;