// kbdmou.h
// CTL_CODE(0x000b, 0x100, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_INTERNAL_KEYBOARD_DISCONNECT 0x000B0403
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_INTERNAL_KEYBOARD_DISCONNECT request is completed with a status of STATUS_NOT_IMPLEMENTED. Note that a Plug and Play keyboard 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.
IOCTL_INTERNAL_KEYBOARD_CONNECT