// ntddvdeo.h
// CTL_CODE(0x0023, 0x080, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_SAVE_HARDWARE_STATE 0x00230200
View the official Windows Driver Kit DDI referenceNo description available.
Saves the state of the video adapter in the VRP OutputBuffer. Miniport drivers for VGA-compatible adapters are required to support this nonmodal request; optional for other miniport drivers.
None
The miniport driver returns a VIDEO_HARDWARE_STATE structure in the VRP OutputBuffer.
If the miniport driver successfully saves the adapter state, it sets the Information member of the STATUS_BLOCK structure to sizeof(VIDEO_HARDWARE_STATE); otherwise, the miniport driver sets this member to zero.