VOID
NdisCompleteQueryStatistics(
IN NDIS_HANDLE NdisAdapterHandle,
IN PNDIS_REQUEST NdisRequest,
IN NDIS_STATUS Status
);
NdisCompleteQueryStatistics is called by the NIC driver to perform postprocessing for an asynchronous global query operation.
This function completes differently from other NdisXxx functions because NDIS never calls a driver’s MacQueryGlobalStatistics function for a specific network interface card binding.
Callers of NdisCompleteQueryStatistics run at IRQL <= DISPATCH_LEVEL.