CONNECT_DATA - NtDoc

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

typedef struct _CONNECT_DATA {
  IN PDEVICE_OBJECT ClassDeviceObject;
  IN PVOID          ClassService;
} CONNECT_DATA, *PCONNECT_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-kbdmou-_connect_data)

_CONNECT_DATA structure

Description

CONNECT_DATA specifies information that Kbdclass and Mouclass use to connect to a keyboard or mouse port.

Members

ClassDeviceObject

Pointer to an upper-level class filter device object (filter DO).

ClassService

Specifies the class service routine. See PSERVICE_CALLBACK_ROUTINE.

Remarks

The keyboard class driver uses this structure with an IOCTL_INTERNAL_KEYBOARD_CONNECT request; the mouse class driver uses IOCTL_INTERNAL_MOUSE_CONNECT .