VOID
NdisIndicateStatus(
IN NDIS_HANDLE NdisBindingContext,
IN NDIS_STATUS GeneralStatus,
IN PVOID StatusBuffer,
IN UINT StatusBufferSize
);
NdisIndicateStatus is called by the NIC driver to forward an indication of changes in network interface card status to a bound protocol driver.
To deliver the indication, NdisIndicateStatus, calls the ProtocolStatus function of the driver identified by the given handle at NdisBindingContext.
Callers of NdisIndicateStatus can be running at any IRQL.