Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | ntpoapi.h (include Ntpoapi.h) |