IOCTL_INTERNAL_KEYBOARD_DISCONNECT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// kbdmou.h

// CTL_CODE(0x000b, 0x100, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_INTERNAL_KEYBOARD_DISCONNECT 0x000B0403
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-kbdmou-ioctl_internal_keyboard_disconnect)

IOCTL_INTERNAL_KEYBOARD_DISCONNECT IOCTL

Description

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.

Parameters

Major code

IRP_MJ_INTERNAL_DEVICE_CONTROL

Input buffer

None

Input buffer length

None

Output buffer

None

Output buffer length

None

Input/output buffer

Input/output buffer length

Status block

The Status member is set to STATUS_NOT_IMPLEMENTED.

See also

IOCTL_INTERNAL_KEYBOARD_CONNECT