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 può 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;
Members
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 utilizzi futuri.
Commenti
Questa struttura viene usata con richieste IOCTL_INTERNAL_I8042_KEYBOARD_START_INFORMATION e IOCTL_INTERNAL_I8042_MOUSE_START_INFORMATION .
Requisiti
Requisito | Valore |
---|---|
Intestazione | ntdd8042.h (include Ntdd8042.h) |