Share via


NDIS_STATUS_RESET_END (Compact 2013)

3/26/2014

This status indicates that a miniport adapter reset operation is is completed.

Remarks

Miniport drivers should not call the NdisMIndicateStatusEx function to signal the start and finish of each reset operation because NDIS notifies overlying drivers when a reset operation begins and ends.

When a miniport driver starts a reset operation, NDIS notifies the overlying drivers with an NDIS_STATUS_RESET_START status indication.

After a bound protocol driver receives an NDIS_STATUS_RESET_END status indication, the protocol driver can resume sending data and making OID requests.

After an overlying filter or intermediate driver receives an NDIS_STATUS_RESET_END status indication, the driver can resume sending data and making OID requests to overlying drivers.

Requirements

Header

ndis.h

See Also

Reference

NDIS General Status Indications
NDIS_STATUS_RESET_START
NdisMIndicateStatusEx