VOID
NdisCompleteCloseAdapter(
IN NDIS_HANDLE NdisBindingContext,
IN NDIS_STATUS Status
);
NdisCompleteCloseAdapter is called by the NIC driver for an asynchronous close operation.
NdisCompleteCloseAdapter calls the ProtocolCloseAdapterComplete function of the protocol driver that initiated the close operation.
Callers of NdisCompleteCloseAdapter run at IRQL PASSIVE_LEVEL.
MacCloseAdapter, NdisCloseAdapter, ProtocolCloseAdapterComplete