次の方法で共有


NDIS_INTERRUPT_MODE (Windows Embedded CE 6.0)

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

Other Resources

CEL_INTERRUPTS