UINT
TR_QUERY_FILTER_BINDING_ADDRESS(
IN PTR_FILTER Filter,
IN NDIS_HANDLE NdisFilterHandle
);
TR_QUERY_FILTER_BINDING_ADDRESS is called by the NIC driver to query the functional address for a Token Ring binding filter.
TR_QUERY_FILTER_BINDING_ADDRESS returns a value that represents the currently enabled functional address for a binding filter.
The NIC driver must be holding the filter library spinlock when it uses this macro.
Callers of TR_QUERY_FILTER_BINDING_ADDRESS run at IRQL DISPATCH_LEVEL.