Condividi tramite


struttura INTERNAL_I8042_START_INFORMATION (ntdd8042.h)

INTERNAL_I8042_START_INFORMATION specifica l'oggetto interrupt che un driver di dispositivo di filtro di livello superiore fornito dal fornitore facoltativo possa usare per sincronizzarne l'operazione con un ISR I8042prt.

Sintassi

typedef struct _INTERNAL_I8042_START_INFORMATION {
  ULONG       Size;
  PKINTERRUPT InterruptObject;
  ULONG       Reserved[8];
} INTERNAL_I8042_START_INFORMATION, *PINTERNAL_I8042_START_INFORMATION;

Membri

Size

Specifica le dimensioni, in byte, di una struttura INTERNAL_I8042_START_INFORMATION.

InterruptObject

Puntatore a un oggetto interrupt. I8042prt fornisce l'oggetto interrupt.

Reserved[8]

Riservato per uso futuro.

Osservazioni

Questa struttura viene usata con richieste di IOCTL_INTERNAL_I8042_KEYBOARD_START_INFORMATION e IOCTL_INTERNAL_I8042_MOUSE_START_INFORMATION.

Fabbisogno

Requisito Valore
intestazione ntdd8042.h (include Ntdd8042.h)

Vedere anche

IOCTL_INTERNAL_I8042_KEYBOARD_START_INFORMATION

IOCTL_INTERNAL_I8042_MOUSE_START_INFORMATION