// wdm.h
typedef enum _POWER_MONITOR_REQUEST_TYPE {
MonitorRequestTypeOff,
MonitorRequestTypeOnAndPresent,
MonitorRequestTypeToggleOn
} POWER_MONITOR_REQUEST_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the POWER_MONITOR_REQUEST_TYPE enumeration.
MonitorRequestTypeOffDefines the MonitorRequestTypeOff constant.
MonitorRequestTypeOnAndPresentDefines the MonitorRequestTypeOnAndPresent constant.
MonitorRequestTypeToggleOnDefines the MonitorRequestTypeToggleOn constant.