NdisCompleteCloseAdapter

VOID
    NdisCompleteCloseAdapter(
        IN NDIS_HANDLE  NdisBindingContext,
        IN NDIS_STATUS  Status
        );

NdisCompleteCloseAdapter is called by the NIC driver for an asynchronous close operation.

Parameters

NdisBindingContext
Specifies the context that the NDIS interface library associates with the binding.
Status
Specifies the final status of the network interface card close operation.

Comments

NdisCompleteCloseAdapter calls the ProtocolCloseAdapterComplete function of the protocol driver that initiated the close operation.

Callers of NdisCompleteCloseAdapter run at IRQL PASSIVE_LEVEL.

See Also

MacCloseAdapter, NdisCloseAdapter, ProtocolCloseAdapterComplete