home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / cwin / c.exe / $INSTDIR / include / pbt.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-12-15  |  491 b   |  21 lines

  1. #ifndef _PBT_H
  2. #define _PBT_H
  3. #if __GNUC__ >=3
  4. #pragma GCC system_header
  5. #endif
  6.  
  7. #define PBT_APMQUERYSUSPEND 0
  8. #define PBT_APMQUERYSTANDBY 1
  9. #define PBT_APMQUERYSUSPENDFAILED 2
  10. #define PBT_APMQUERYSTANDBYFAILED 3
  11. #define PBT_APMSUSPEND 4
  12. #define PBT_APMSTANDBY 5
  13. #define PBT_APMRESUMECRITICAL 6
  14. #define PBT_APMRESUMESUSPEND 7
  15. #define PBT_APMRESUMESTANDBY 8
  16. #define PBTF_APMRESUMEFROMFAILURE 1
  17. #define PBT_APMBATTERYLOW 9
  18. #define PBT_APMPOWERSTATUSCHANGE 10
  19. #define PBT_APMOEMEVENT 11
  20. #endif
  21.