home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / sysinfo.pak / SYSINFO.H < prev    next >
Text File  |  1997-07-23  |  1KB  |  44 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4.  
  5. //
  6. //
  7. //
  8. //
  9. // 16 bit ids
  10. //
  11. #define IDS_ENHANCED     0
  12. #define IDS_STANDARD     1
  13. #define IDS_REAL         2
  14. #define IDS_CPU8086      3
  15. #define IDS_CPU80186     4
  16. #define IDS_CPU80286     5
  17. #define IDS_CPU80386     6
  18. #define IDS_CPU80486     7
  19. #define IDS_YES          8
  20. #define IDS_NO           9
  21. #define IDS_UNKNOWN      10
  22.  
  23. #define IDC_INSTANCENUMBER       200
  24. #define IDC_WINDOWSVERSION       201
  25. #define IDC_OPERATIONMODE        202
  26. #define IDC_CPUTYPE              203
  27. #define IDC_COPROCESSOR          204
  28. #define IDC_GLOBAL               205
  29. #define IDC_VERSIONDOS           206
  30.  
  31. //
  32. // 32 bit ids
  33. //
  34. //#define IDC_WINDOWSVERSION     301 // same as 16bit
  35. #define IDC_OEMID                300
  36. #define IDC_PAGESIZE             301
  37. #define IDC_MINAPPADDRESS        302
  38. #define IDC_MAXAPPADDRESS        303
  39. #define IDC_ACTIVEPROMASK        304
  40. #define IDC_NUMPROS              305
  41. #define IDC_PROTYPE              306
  42. #define IDC_ALLOCGRAN            307
  43. #define IDC_RESERVED             308
  44.