// ntddvdeo.h
// CTL_CODE(0x0023, 0x119, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_FREE_PUBLIC_ACCESS_RANGES 0x00230464
View the official Windows Driver Kit DDI referenceNo description available.
Releases the address range that was allocated by a preceding IOCTL_VIDEO_QUERY_PUBLIC_ACCESS_RANGES request. Support for this nonmodal request is optional.
The VRP InputBuffer contains an array of VIDEO_MEMORY structures to be released.
None
The miniport driver does not set the Information member of the STATUS_BLOCK structure.
IOCTL_VIDEO_QUERY_PUBLIC_ACCESS_RANGES