EthNumberOfOpenFilterAddresses

This function is called by the NIC driver to count the number of Ethernet filter library database multicast addresses in a binding filter.

At a Glance

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

Syntax

UINT EthNumberOfOpenFilterAddresses( IN PETH_FILTER Filter,
IN NDIS_HANDLE
NdisFilterHandle );

Parameters

Filter
Pointer to a previously created and initialized filter library database.
NdisFilterHandle
Handle that the filter library associates with the binding filter.

Return Values

Returns the number of multicast addresses in the binding filter.

Remarks

A caller must be holding the database spin lock to call this function, so the driver is running at IRQL DISPATCH_LEVEL.

See Also

EthQueryOpenFilterAddresses