home *** CD-ROM | disk | FTP | other *** search
/ Beginning C++ Through Gam…rogramming (2nd Edition) / BCGP2E.ISO / bloodshed / devcpp-4.9.9.2_setup.exe / pbt.h < prev    next >
C/C++ Source or Header  |  2005-01-29  |  491b  |  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.