// ntddvdeo.h
// CTL_CODE(0x0023, 0x11e, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_UNSHARE_VIDEO_MEMORY 0x00230478
View the official Windows Driver Kit DDI referenceNo description available.
Unmaps a video hardware frame buffer and video RAM from the virtual address space of the requester that was mapped by an IOCTL_VIDEO_SHARE_VIDEO_MEMORY request.
The VRP InputBuffer contains a VIDEO_SHARE_MEMORY structure specifying the process and the virtual address where the video memory is mapped. The memory is unmapped by calling VideoPortUnmapMemory.
None
The miniport driver does not set the Information member of the STATUS_BLOCK structure.
IOCTL_VIDEO_SHARE_VIDEO_MEMORY