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