// ntddvdeo.h
// CTL_CODE(0x0023, 0x108, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_VIDEO_ENABLE_CURSOR 0x00230420
View the official Windows Driver Kit DDI referenceNo description available.
Makes the cursor visible by enabling the cursor's visibility attribute. Miniport drivers for VGA-compatible adapters are required to support this modal request; optional for other miniport drivers.
None
None
The miniport driver does not set the Information member of the STATUS_BLOCK structure.