// ntddvdeo.h
// CTL_CODE(0x0023, 0x117, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_UNMAP_VIDEO_MEMORY 0x0023045C
View the official Windows Driver Kit DDI referenceNo description available.
Releases a mapping between the virtual address space and the adapter's frame buffer and video RAM. Miniport drivers are required to support this nonmodal request.
The VRP InputBuffer contains a VIDEO_MEMORY structure, specifying the previously mapped virtual base address to be released with VideoPortUnmapMemory.
None
The miniport driver does not set the Information member of the STATUS_BLOCK structure.