Porting Miniport Driver Interrupt Operations to NDIS 6.0

In NDIS 6.0, the interrupt function entry points are moved from the driver characteristics into the NDIS_MINIPORT_INTERRUPT_CHARACTERISTICS structure.

Also, the names of the interrupt function entry points are changed. For example, replace the MiniportISR function with the MiniportInterrupt function.

Optional entry points for message signaled interrupts (MSI) are provided. For example, a MiniportMessageInterrupt function is defined.

Additional information about porting interrupt operations is included in the following topics:

Porting Interrupt Registration to NDIS 6.0

Porting Interrupt Handling to NDIS 6.0

Supporting Message Signaled Interrupts in NDIS 6.0