NdisMEthIndicateReceive

NdisMEthIndicateReceive notifies NDIS that an Ethernet packet (or some initial lookahead portion of the packet) has arrived so NDIS can forward the packet to bound protocols.

Syntax

VOID NdisMEthIndicateReceive(
IN
NDIS_HANDLE MiniportAdapterHandle,
IN NDIS_HANDLE MiniportReceiveContext, IN PVOID HeaderBuffer,
IN UINT HeaderBufferSize, IN PVOID LookaheadBuffer,
IN UINT LookaheadBufferSize, IN UINT PacketSize);

At a Glance

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