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.
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
Send Feedback on this topic to the authors