// ntddvdeo.h
// CTL_CODE(0x0023, 0x11c, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_GET_POWER_MANAGEMENT 0x00230470
View the official Windows Driver Kit DDI referenceNo description available.
This IOCTL is obsolete in Windows 2000 and later, and is no longer supported. A Plug and Play video miniport driver should implement the HwVidGetPowerState function, which provides similar functionality.
Returns the current power-consumption level of the adapter. Support for this nonmodal IOCTL is required for adapters that conform to the VESA DPMS standard.
None
The miniport driver returns a VIDEO_POWER_MANAGEMENT structure in the VRP OutputBuffer.
If the miniport driver successfully returns the power-consumption information, it sets the Information member of the STATUS_BLOCK structure to sizeof(VIDEO_POWER_MANAGEMENT); otherwise, the miniport driver sets this member to zero.