// ntddvdeo.h
// CTL_CODE(0x0023, 0x110, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_SET_POINTER_ATTR 0x00230440
View the official Windows Driver Kit DDI referenceNo description available.
Sets the pointer attributes. Support for this modal request is optional. A supporting miniport driver can fail this request (for example, if the attributes specify a larger pointer than the miniport driver can supply). When a miniport driver fails this request, the corresponding display driver must manage the pointer.
The VRP InputBuffer contains the VIDEO_POINTER_ATTRIBUTES structure to be set.
None
The miniport driver does not set the Information member of the STATUS_BLOCK structure.