MONITOR_DISPLAY_STATE - NtDoc

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

typedef enum _MONITOR_DISPLAY_STATE {
  PowerMonitorOff,
  PowerMonitorOn,
  PowerMonitorDim
} MONITOR_DISPLAY_STATE, *PMONITOR_DISPLAY_STATE;
View the official Windows Driver Kit DDI reference
// wdm.h

typedef enum _MONITOR_DISPLAY_STATE {
  PowerMonitorOff,
  PowerMonitorOn,
  PowerMonitorDim
} MONITOR_DISPLAY_STATE, *PMONITOR_DISPLAY_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntpoapi-_monitor_display_state)

_MONITOR_DISPLAY_STATE enumeration (ntpoapi.h)

Description

Indicates the power state of the monitor being displayed on.

Constants

PowerMonitorOff

This indicates that the monitor is off.

PowerMonitorOn

This indicates that the monitor is on.

PowerMonitorDim

This indicates that the monitor is dim.


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

_MONITOR_DISPLAY_STATE enumeration (wdm.h)

Description

Indicates the power state of the monitor being displayed on.

Constants

PowerMonitorOff

This indicates that the monitor is off.

PowerMonitorOn

This indicates that the monitor is on.

PowerMonitorDim

This indicates that the monitor is dim.