Freigeben über


NDIS_INTERRUPT_MODE (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.