home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / msjmar93.zip / MEMMAN.ZIP / MEMSTAT.ZIP / MEMSTAT.H < prev    next >
Text File  |  1993-03-01  |  404b  |  14 lines

  1. /****************************************************************************
  2. Module name: MemStat.H
  3. *****************************************************************************/
  4.  
  5. #define DLG_MEMSTAT    1
  6.  
  7. #define ID_MEMLOAD     1
  8. #define ID_TOTALPHYS   2
  9. #define ID_AVAILPHYS   3
  10. #define ID_TOTALPAGEFILE 4
  11. #define ID_AVAILPAGEFILE 5
  12. #define ID_TOTALVIRTUAL  6
  13. #define ID_AVAILVIRTUAL  7
  14.