This function is called by an NIC driver to indicate to all bound protocol drivers that the EthFilterIndicateReceive function has returned.
Header file: | Ndis.h |
Windows CE versions: | 2.0 and later |
VOID EthFilterIndicateReceiveComplete( IN PETH_FILTER Filter );
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.