EthFilterIndicateReceiveComplete

This function is called by an NIC driver to indicate to all bound protocol drivers that the EthFilterIndicateReceive function has returned.

At a Glance

Header file: Ndis.h
Windows CE versions: 2.0 and later

Syntax

VOID EthFilterIndicateReceiveComplete( IN PETH_FILTER Filter );

Parameters

Filter
Pointer to a previously created and initialized Ethernet filter library database.

Remarks

To deliver the necessary indications, this function calls each protocol’s ProtocolReceiveComplete function once for each indication.

A driver that calls this function runs at IRQL <= DISPATCH_LEVEL.

See Also

EthFilterIndicateReceive