POWER_MONITOR_REQUEST_TYPE enumeration (wdm.h)

This topic describes the POWER_MONITOR_REQUEST_TYPE enumeration.

Syntax

typedef enum _POWER_MONITOR_REQUEST_TYPE {
  MonitorRequestTypeOff,
  MonitorRequestTypeOnAndPresent,
  MonitorRequestTypeToggleOn
} POWER_MONITOR_REQUEST_TYPE;

Constants

 
MonitorRequestTypeOff
Defines the MonitorRequestTypeOff constant.
MonitorRequestTypeOnAndPresent
Defines the MonitorRequestTypeOnAndPresent constant.
MonitorRequestTypeToggleOn
Defines the MonitorRequestTypeToggleOn constant.

Requirements

Requirement Value
Header wdm.h (include Wdm.h)