NdisMIndicateReceivePacket

NdisMIndicateReceivePacket notifies NDIS that an array of received packets is available to be forwarded to the appropriate bound protocol driver(s).

Syntax

VOID NdisMIndicateReceivePacket(
IN NDIS_HANDLE
MiniportAdapterHandle,
IN PPNDIS_PACKET ReceivePackets, IN UINT NumberOfPackets);

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit