FddiNumberOfOpenFilterShortAddresses

UINT
   FddiNumberOfOpenFilterShortAddresses(
       IN PFDDI_FILTER Filter,
       IN NDIS_HANDLE NdisFilterHandle
       );

FddiNumberOfOpenFilterShortAddresses is called by the NIC driver to count the number of FDDI filter library database multicast short addresses in a binding filter.

Parameters

Filter

Points to a previously created and initialized filter library database.

NdisFilterHandle

Specifies the handle that the filter library associates with the binding filter.

Return Value

FddiNumberOfOpenFilterShortAddresses returns the number of multicast short addresses in the binding filter.

Comments

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

See Also

FDDI_NUMBER_OF_GLOBAL_FILTER_SHORT_ADDRESSES, FddiQueryOpenFilterShort Addresses