IOCTL_INTERNAL_MOUSE_DISCONNECT - NtDoc

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

// CTL_CODE(0x000f, 0x100, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_INTERNAL_MOUSE_DISCONNECT 0x000F0403
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IOCTL_INTERNAL_MOUSE_DISCONNECT IOCTL

Description

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.)

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_MOUSE_CONNECT