POWER_MONITOR_REQUEST_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef enum _POWER_MONITOR_REQUEST_TYPE {
  MonitorRequestTypeOff,
  MonitorRequestTypeOnAndPresent,
  MonitorRequestTypeToggleOn
} POWER_MONITOR_REQUEST_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdm-power_monitor_request_type)

Description

This topic describes the POWER_MONITOR_REQUEST_TYPE enumeration.

Constants

MonitorRequestTypeOff

Defines the MonitorRequestTypeOff constant.

MonitorRequestTypeOnAndPresent

Defines the MonitorRequestTypeOnAndPresent constant.

MonitorRequestTypeToggleOn

Defines the MonitorRequestTypeToggleOn constant.

Remarks

See also