NdisMEthIndicateReceiveComplete notifies NDIS that an Ethernet receive packet, identified in a preceding call to NdisMEthIndicateReceive, has been fully transferred by the NIC so that NDIS can notify the appropriate bound protocols.
VOID NdisMEthIndicateReceiveComplete(
IN NDIS_HANDLE MiniportAdapterHandle);
Header File: | Ndis.h |
Module: | Nk |
Platforms: | |
Versions: | 2.0 and later |
Complete Documentation: | Windows NT Device Driver Kit |