MONITOR_DISPLAY_STATE enumeration (wdm.h)
Indicates the power state of the monitor being displayed on.
Syntax
typedef enum _MONITOR_DISPLAY_STATE {
PowerMonitorOff,
PowerMonitorOn,
PowerMonitorDim
} MONITOR_DISPLAY_STATE, *PMONITOR_DISPLAY_STATE;
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. |
Requirements
Requirement | Value |
---|---|
Header | wdm.h (include Ntpoapi.h) |