home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / include / pbt.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-09-14  |  456 b   |  17 lines

  1. #ifndef _PBT_H
  2. #define _PBT_H
  3. #define PBT_APMQUERYSUSPEND 0
  4. #define PBT_APMQUERYSTANDBY 1
  5. #define PBT_APMQUERYSUSPENDFAILED 2
  6. #define PBT_APMQUERYSTANDBYFAILED 3
  7. #define PBT_APMSUSPEND 4
  8. #define PBT_APMSTANDBY 5
  9. #define PBT_APMRESUMECRITICAL 6
  10. #define PBT_APMRESUMESUSPEND 8
  11. #define PBT_APMRESUMESTANDBY 8
  12. #define PBTF_APMRESUMEFROMFAILURE 1
  13. #define PBT_APMBATTERYLOW 9
  14. #define PBT_APMPOWERSTATUSCHANGE 10
  15. #define PBT_APMOEMEVENT 11
  16. #endif
  17.