// ntddvdeo.h
// CTL_CODE(0x0023, 0x112, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_SET_POINTER_POSITION 0x00230448
View the official Windows Driver Kit DDI referenceNo description available.
Sets the pointer position. Support for this modal request is optional. A supporting miniport driver should have already processed an enable-pointer request before processing this request.
The VRP InputBuffer contains the VIDEO_POINTER_POSITION structure to be set.
None
The miniport driver does not set the Information member of the STATUS_BLOCK structure.