Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenpbt.h
Go to the documentation of this file.
00001 #ifndef _PBT_H 00002 #define _PBT_H 00003 00004 #define PBT_APMQUERYSUSPEND 0 00005 #define PBT_APMQUERYSTANDBY 1 00006 #define PBT_APMQUERYSUSPENDFAILED 2 00007 #define PBT_APMQUERYSTANDBYFAILED 3 00008 #define PBT_APMSUSPEND 4 00009 #define PBT_APMSTANDBY 5 00010 #define PBT_APMRESUMECRITICAL 6 00011 #define PBT_APMRESUMESUSPEND 7 00012 #define PBT_APMRESUMESTANDBY 8 00013 #define PBTF_APMRESUMEFROMFAILURE 1 00014 #define PBT_APMBATTERYLOW 9 00015 #define PBT_APMPOWERSTATUSCHANGE 10 00016 #define PBT_APMOEMEVENT 11 00017 #endif Generated on Sun May 27 2012 04:32:13 for ReactOS by
1.7.6.1
|