This function is called by the NIC driver to count the number of Ethernet filter library database multicast addresses in a binding filter.
Header file: | Ndis.h |
Windows CE versions: | 2.0 and later |
UINT EthNumberOfOpenFilterAddresses( IN PETH_FILTER Filter,
IN NDIS_HANDLE NdisFilterHandle );
Returns the number of multicast addresses in the binding filter.
A caller must be holding the database spin lock to call this function, so the driver is running at IRQL DISPATCH_LEVEL.