BOOLEAN
TR_QUERY_FILTER_BINDING_GROUP(
IN PTR_FILTER Filter,
IN NDIS_HANDLE NdisFilterHandle
);
TR_QUERY_FILTER_BINDING_GROUP is called by the NIC driver to query the group address for a Token Ring binding filter.
TR_QUERY_FILTER_BINDING_GROUP returns TRUE if the binding filter is using the currently enabled group address.
The NIC driver must be holding the filter library spinlock when it uses this macro.
Callers of TR_QUERY_FILTER_BINDING_GROUP run at IRQL DISPATCH_LEVEL.