// kbdmou.h
// CTL_CODE(0x000f, 0x100, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_INTERNAL_MOUSE_DISCONNECT 0x000F0403
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_INTERNAL_MOUSE_DISCONNECT request is completed by Moufiltr with an error status of STATUS_NOT_IMPLEMENTED. (Note that a Plug and Play mouse device can be added or removed by the Plug and Play manager.)
IRP_MJ_INTERNAL_DEVICE_CONTROL
None.
None.
None.
None.
The Status member is set to STATUS_NOT_IMPLEMENTED.