source: vendor/w32api/current/include/pbt.h

Last change on this file was 2720, checked in by bird, 19 years ago

w32api v3.6

File size: 491 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.