// ntddvdeo.h
// CTL_CODE(0x0023, 0x104, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_RESET_DEVICE 0x00230410
View the official Windows Driver Kit DDI referenceNo description available.
Resets the video hardware to the default mode, to which it was initialized at system boot. Miniport drivers are required to support this nonmodal request.
None
None
The miniport driver does not set the Information member of the STATUS_BLOCK structure.