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/winconst.h

    r8833 r9158  
    20022002#define IDHELP_W              9
    20032003
     2004/* wParam for WM_POWERBROADCAST */
     2005#define PBT_APMQUERYSUSPEND_W             0x0000
     2006#define PBT_APMQUERYSTANDBY_W             0x0001
     2007#define PBT_APMQUERYSUSPENDFAILED_W       0x0002
     2008#define PBT_APMQUERYSTANDBYFAILED_W       0x0003
     2009#define PBT_APMSUSPEND_W                  0x0004
     2010#define PBT_APMSTANDBY_W                  0x0005
     2011#define PBT_APMRESUMECRITICAL_W           0x0006
     2012#define PBT_APMRESUMESUSPEND_W            0x0007
     2013#define PBT_APMRESUMESTANDBY_W            0x0008
     2014#define PBTF_APMRESUMEFROMFAILURE_W       0x0001
     2015#define PBT_APMBATTERYLOW_W               0x0009
     2016#define PBT_APMPOWERSTATUSCHANGE_W        0x000A
     2017#define PBT_APMOEMEVENT_W                 0x000B
     2018#define PBT_APMRESUMEAUTOMATIC_W          0x0012
     2019
    20042020#endif //__WINCONST_H__
Note: See TracChangeset for help on using the changeset viewer.