VIDEO_POWER_MANAGEMENT (Windows CE 5.0)
This structure supports the display driver escape codes GETPOWERMANAGEMENT and SETPOWERMANAGEMENT.
typedef struct VIDEOPOWER_MANAGEMENT {ULONGLength;ULONGDPMSVersion;ULONGPowerState;} VIDEO_POWER_MANAGEMENT,* PVIDEO_POWER_MANAGEMENT;
Members
- Length
Length of this structure, in bytes. - DPMSVersion
Version of the Display Power Management Signaling (DPMS) standard supported by the display driver. This member is only used during processing of the GETPOWERMANAGEMENT escape code. - PowerState
Enumeration values VideoPowerOn, VideoPowerStandBy, VideoPowerSuspend, or VideoPowerOff. The exact meanings of these values depend on the display driver's implementation.
Remarks
This structure and the VIDEO_POWER_STATE enumeration are identical to the Windows-based desktop platform implementations from the graphics miniport driver architecture, even though Windows CE does not support the entire graphics miniport driver architecture.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Pwingdi.h.
See Also
Send Feedback on this topic to the authors