CONNECT_DATA (Mouclass) structure

CONNECT_DATA specifies information that Mouclass uses to connect to a mouse port.

Syntax

typedef struct _CONNECT_DATA {
  PDEVICE_OBJECT ClassDeviceObject;
  PVOID          ClassService;
} CONNECT_DATA, *PCONNECT_DATA;

Members

Remarks

The mouse class driver uses this structure with an IOCTL_INTERNAL_MOUSE_CONNECT request.

Requirements

Header

Kbdmou.h (include Kbdmou.h)

See also

IOCTL_INTERNAL_MOUSE_CONNECT

MouseClassServiceCallback

 

 

Send comments about this topic to Microsoft