// ntddvdeo.h
// CTL_CODE(0x0023, 0x11b, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_SET_POWER_MANAGEMENT 0x0023046C
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 HwVidSetPowerState function, which provides similar functionality.
Resets the power-consumption level of the adapter to the specified state. As long as the state is VideoPowerOff, the port driver intercepts and fails all IOCTL_VIDEO_XXX requests to the miniport driver until the next IOCTL_VIDEO_SET_POWER_MANAGEMENT request that resets the state to a power-on condition.
The VRP InputBuffer contains the VIDEO_POWER_MANAGEMENT structure, specifying the state to be set.
None
The miniport driver does not set the Information member of the STATUS_BLOCK structure.