Changeset 9158 for trunk/include
- Timestamp:
- Aug 28, 2002, 4:38:28 PM (23 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winuser.h
r8977 r9158 739 739 #define WM_POWERBROADCAST 0x0218 740 740 #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 741 757 742 758 /* wParam for WM_SIZING message */ -
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.