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.
Parameters
NdisBindingContext
Specifies the context that the NDIS interface library associates with the binding.
Status
Specifies the final status of the network interface card open operation.
OpenErrorStatus
Specifies additional information about the reason for a failure of the network interface card open operation.
Comments
NdisCompleteOpenAdapter calls the ProtocolOpenAdapterComplete function of the protocol driver that initiated the open operation.
Callers of NdisCompleteOpenAdapter run at IRQL PASSIVE_LEVEL.
See Also
MacOpenAdapter, NdisOpenAdapter, ProtocolOpenAdapterComplete