// ntddvdeo.h
// CTL_CODE(0x0023, 0x10a, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_SET_CURSOR_ATTR 0x00230428
View the official Windows Driver Kit DDI referenceNo description available.
Sets the cursor size, position, and visibility. Miniport drivers for VGA-compatible adapters are required to support this request, which is modal. Support is optional for other miniport drivers.
The VRP InputBuffer contains the VIDEO_CURSOR_ATTRIBUTES structure to be set.
None
The miniport driver does not set the Information member of the STATUS_BLOCK structure.