Changeset 9158 for trunk/include/winconst.h
- Timestamp:
- Aug 28, 2002, 4:38:28 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r8833 r9158 2002 2002 #define IDHELP_W 9 2003 2003 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 2004 2020 #endif //__WINCONST_H__
Note:
See TracChangeset
for help on using the changeset viewer.