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
PowerMonitorOffThis indicates that the monitor is off. |
PowerMonitorOnThis indicates that the monitor is on. |
PowerMonitorDimThis indicates that the monitor is dim. |
Requirements
| Requirement | Value |
|---|---|
| Header | ntpoapi.h (include Ntpoapi.h) |