2007-03-06 Brandon Sneed <brandon@oqo.com>
* include/setupapi.h: Added SetupConfigureWmiFromInfSectionA Added SetupConfigureWmiFromInfSectionW Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W * include/winuser.h: Added PBT_APMQUERYSUSPEND Added PBT_APMQUERYSTANDBY Added PBT_APMQUERYSUSPENDFAILED Added PBT_APMQUERYSTANDBYFAILED Added PBT_APMSUSPEND Added PBT_APMSTANDBY Added PBT_APMRESUMECRITICAL Added PBT_APMRESUMESUSPEND Added PBT_APMRESUMESTANDBY Added PBT_APMBATTERYLOW Added PBT_APMPOWERSTATUSCHANGE Added PBT_APMOEMEVENT Added PBT_APMRESUMEAUTOMATIC * include/wtsapi32.h: New file * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
This commit is contained in:
@@ -1192,6 +1192,7 @@ extern "C" {
|
||||
#endif
|
||||
#if(WINVER >= 0x0501)
|
||||
#define DM_DISPLAYFIXEDOUTPUT 0x20000000
|
||||
#define DM_DISPLAYORIENTATION 0x00000080
|
||||
#define DMDO_DEFAULT 0x00000000
|
||||
#define DMDO_90 0x00000001
|
||||
#define DMDO_180 0x00000002
|
||||
|
Reference in New Issue
Block a user