Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IRP_MJ_CREATE request opens an i8042 port mouse device.
The Win32 subsystem uses an IRP_MJ_CREATE request to open an i8042 port mouse device for its exclusive use.
None
None
The Information member is set to zero.
The Status member is set to one of the following values:
STATUS_SUCCESS
The device was successfully opened.STATUS_INVALID_DEVICE_STATE
The Mouclass service is not connected.STATUS_NO_SUCH_DEVICE
The device is not present.
Mouclass uses an IOCTL_INTERNAL_MOUSE_CONNECT request to connect to a mouse device before Mouclass can open the device. The mouse device is an exclusive device, there can be only one connection to the device at the same time.
Header |
Wdm.h (include Ntddk.h, Wdm.h, or Ntddk.h) |