VOID
NdisCompleteOpenAdapter(
IN NDIS_HANDLE NdisBindingContext,
IN NDIS_STATUS Status,
IN NDIS_STATUS OpenErrorStatus
);
NdisCompleteOpenAdapter is called by the NIC driver for an asynchronous open operation.
NdisCompleteOpenAdapter calls the ProtocolOpenAdapterComplete function of the protocol driver that initiated the open operation.
Callers of NdisCompleteOpenAdapter run at IRQL PASSIVE_LEVEL.
MacOpenAdapter, NdisOpenAdapter, ProtocolOpenAdapterComplete