Ignore:
Timestamp:
Aug 28, 2002, 4:38:28 PM (23 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winuser.h

    r8977 r9158  
    739739#define WM_POWERBROADCAST   0x0218
    740740#define WM_DEVICECHANGE     0x0219
     741
     742/* wParam for WM_POWERBROADCAST */
     743#define PBT_APMQUERYSUSPEND             0x0000
     744#define PBT_APMQUERYSTANDBY             0x0001
     745#define PBT_APMQUERYSUSPENDFAILED       0x0002
     746#define PBT_APMQUERYSTANDBYFAILED       0x0003
     747#define PBT_APMSUSPEND                  0x0004
     748#define PBT_APMSTANDBY                  0x0005
     749#define PBT_APMRESUMECRITICAL           0x0006
     750#define PBT_APMRESUMESUSPEND            0x0007
     751#define PBT_APMRESUMESTANDBY            0x0008
     752#define PBTF_APMRESUMEFROMFAILURE       0x0001
     753#define PBT_APMBATTERYLOW               0x0009
     754#define PBT_APMPOWERSTATUSCHANGE        0x000A
     755#define PBT_APMOEMEVENT                 0x000B
     756#define PBT_APMRESUMEAUTOMATIC          0x0012
    741757
    742758/* wParam for WM_SIZING message */
Note: See TracChangeset for help on using the changeset viewer.