home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / vfp5.0 / vfp / samples / solution / ole / sysinfo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-21  |  2.5 KB  |  51 lines

  1. #DEFINE Yes_LOC                    [Yes]
  2. #DEFINE No_LOC                    [No]
  3. #DEFINE Unknown_LOC                [Unknown]
  4. #DEFINE NA_LOC                    [Not Applicable]
  5. #DEFINE High_LOC                [High]
  6. #DEFINE Low_LOC                    [Low]
  7. #DEFINE Critical_LOC            [Critical]
  8. #DEFINE Charging_LOC            [Charging]
  9. #DEFINE DeviceTypeOEM_LOC        [OEM-defined device type]
  10. #DEFINE DeviceTypeDevNode_LOC    [Devnode number (Windows 95)]
  11. #DEFINE DeviceTypeVolume_LOC    [Logical volume (disk drive)]
  12. #DEFINE DeviceTypePort_LOC        [Serial or parallel port]
  13. #DEFINE DeviceTypeNet_LOC        [Network resource]
  14. #DEFINE PowerInfo_LOC            [AC/DC Power Information]
  15. #DEFINE SystemInfo_LOC            [System Information]
  16. #DEFINE DeskTopInfo_LOC            [Desktop Information]
  17.  
  18. #DEFINE ACStatus_LOC            [Using AC Power]
  19. #DEFINE BatteryFullTime_LOC        [Full-Charge Battery Lifetime]
  20. #DEFINE BatteryLifePercent_LOC    [Percentage Remaining Power]
  21. #DEFINE BatteryStatus_LOC        [Status Of Battery]
  22.  
  23. #DEFINE OSPlatform_LOC            [Operating System]
  24. #DEFINE OSVersion_LOC            [Version]
  25. #DEFINE OSVerString_LOC            [Version Information]
  26.  
  27. #DEFINE ScrollBarSize_LOC        [Size Of Scrollbar]
  28. #DEFINE WorkAreaHeight_LOC        [Desktop Work Area Height]
  29. #DEFINE WorkAreaWidth_LOC        [Desktop Work Area Width]
  30. #DEFINE WorkAreaLeft_LOC        [Left Edge Of Desktop]
  31. #DEFINE WorkAreaTop_LOC            [Top Edge Of Desktop]
  32.  
  33. #DEFINE ConfigChanged_LOC        [System Configuration Has Changed]
  34. #DEFINE ConfigChangeCancel_LOC    [Windows Has Notified Us That The Configuration Change Has Been Canceled]
  35. #DEFINE DeviceArrival_LOC        [A New Device Has Been Added To The System]
  36. #DEFINE DeviceEventOther_LOC    [An Unhandled Device Event Occurred]
  37. #DEFINE DeviceQueryRemove_LOC    [A Device Is About To Be Removed From The System]
  38. #DEFINE DeviceRemoveFailed_LOC    [The Device About To Be Removed Failed]
  39. #DEFINE DeviceRemoveComp_LOC    [The Device Has Been Removed Successfully]
  40. #DEFINE DeviceRemovePend_LOC    [The Device Is Being Removed]
  41. #DEFINE DevModeChanged_LOC        [A Device Has Changed It's Mode]
  42. #DEFINE DisplayChanged_LOC        [The Screen Resolution/Color Depth Has Changed]
  43. #DEFINE PowerQuerySuspend_LOC    [The System Is Requesting The Suspension Of Power]
  44. #DEFINE PowerResume_LOC            [Power Has Been Resumed]
  45. #DEFINE PowerStatusChanged_LOC    [Power Status Has Changed]
  46. #DEFINE PowerSuspend_LOC        [Power Is Being Suspended]
  47. #DEFINE QueryChangeConfig_LOC    [Windows Has Notified Us It Is About To Change The Hardware Profile Configuration]
  48. #DEFINE SettingChanged_LOC        [A System Wide Setting Has Changed]
  49. #DEFINE SysColorsChanged_LOC    [A System Color Has Changed]
  50. #DEFINE TimeChanged_LOC            [The System Date/Time Has Been Changed]
  51.