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.
1/6/2010
This data type is used to specify the interrupt mode.
Syntax
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
| Header | ndis.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDIS Data Types
NdisMRegisterInterrupt