Miniport Adapter Status Indications

Miniport drivers call the NdisMIndicateStatusEx function to report a change in the status of a miniport adapter. The miniport driver passes NdisMIndicateStatusEx a pointer to an NDIS_STATUS_INDICATION structure that contains the status information.

The status indication includes information to identify the type of status and a reason for the status change.

The miniport driver should set the SourceHandle member to the handle that NDIS passed to the MiniportAdapterHandle parameter of the MiniportInitializeEx function. If the status indication is associated with an OID request, the miniport driver can set the DestinationHandle and RequestId members so that NDIS can provide the status indication to a specific protocol binding.