NDIS_INTERRUPT_MODE
This data type is used to specify the interrupt mode.
typedef
KINTERRUPT_MODE NDIS_INTERRUPT_MODE,
*PNDIS_INTERRUPT_MODE;
Remarks
The following table shows the types of interrupts that this data type specifies.
Type | Description |
---|---|
NdisInterruptLatched | Interrupts are triggered by a transition from low to high on the interrupt line. |
NdisInterruptLevelSensitive | Interrupts are active as long as the interrupt line is asserted. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
NdisMRegisterInterrupt | CEL_INTERRUPTS
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.