// ntddvdeo.h
// CTL_CODE(0x0023, 0x111, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_QUERY_POINTER_ATTR 0x00230444
View the official Windows Driver Kit DDI referenceNo description available.
Returns the attributes for the pointer, defined as a set of pixels used to paint the shape associated with the mouse. Support for this modal request is optional.
None
The miniport driver returns a VIDEO_POINTER_ATTRIBUTES structure in the VRP OutputBuffer.
If the miniport driver successfully returns the pointer attributes, it sets the Information member of the STATUS_BLOCK structure to sizeof(VIDEO_POINTER_ATTRIBUTES); otherwise, the miniport driver sets this member to zero.