VOID
NdisCompleteRequest(
IN NDIS_HANDLE NdisBindingContext,
IN PNDIS_REQUEST NdisRequest,
IN NDIS_STATUS Status
);
NdisCompleteRequest is called by the NIC driver for an asynchronous request operation.
NdisCompleteRequest calls the ProtocolRequestComplete function of the protocol driver that originally called NdisRequest.
Callers of NdisCompleteRequest run at IRQL <= DISPATCH_LEVEL.