INTERNAL_I8042_START_INFORMATION - NtDoc

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

typedef struct _INTERNAL_I8042_START_INFORMATION {
  ULONG       Size;
  PKINTERRUPT InterruptObject;
  ULONG       Reserved[8];
} INTERNAL_I8042_START_INFORMATION, *PINTERNAL_I8042_START_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntdd8042-_internal_i8042_start_information)

_INTERNAL_I8042_START_INFORMATION structure

Description

INTERNAL_I8042_START_INFORMATION specifies the interrupt object that an optional, vendor-supplied, upper-level filter device driver can use to synchronize its operation with an I8042prt ISR.

Members

Size

Specifies the size, in bytes, of an INTERNAL_I8042_START_INFORMATION structure.

InterruptObject

Pointer to an interrupt object. I8042prt supplies the interrupt object.

Reserved

Reserved for future use.

Remarks

This structure is used with IOCTL_INTERNAL_I8042_KEYBOARD_START_INFORMATION and IOCTL_INTERNAL_I8042_MOUSE_START_INFORMATION requests.

See also

IOCTL_INTERNAL_I8042_KEYBOARD_START_INFORMATION

IOCTL_INTERNAL_I8042_MOUSE_START_INFORMATION