NdisMSendComplete returns the packet and final status of a completed send request for which the driver previously returned NDIS_STATUS_PENDING.
VOID NdisMSendComplete(IN NDIS_HANDLE MiniportAdapterHandle,
IN PNDIS_PACKET Packet, IN NDIS_STATUS Status);
Header File: | Ndis.h |
Module: | Nk |
Platforms: | |
Versions: | 2.0 and later |
Complete Documentation: | Windows NT Device Driver Kit |