// ntddvdeo.h
// CTL_CODE(0x0023, 0x081, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_RESTORE_HARDWARE_STATE 0x00230204
View the official Windows Driver Kit DDI referenceNo description available.
Restores all values used to set the hardware registers. Miniport drivers for VGA-compatible adapters are required to support this nonmodal request; optional for other miniport drivers.
The VRP InputBuffer contains the previously-saved VIDEO_HARDWARE_STATE structure.
None
The miniport driver does not set the Information member of the STATUS_BLOCK structure.