Indicating Miniport Driver Status

Miniport drivers provide status indications to overlying drivers. The CoNDIS status indication functions are similar to the connectionless status indication functions.

To report a change in the status of a connection-oriented NIC or a change in the status of a particular VC active on the NIC, a connection-oriented miniport driver calls NdisMCoIndicateStatusEx. If the miniport driver is reporting a change in the status of a particular VC, it supplies an NdisVcHandle that identifies the VC.

This section includes the following topics:

CoNDIS Miniport Driver Status Indications

Handling Status Indications in a CoNDIS Protocol Driver