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.
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
TR_QUERY_FILTER_BINDING_GROUP returns TRUE if the binding filter is using the currently enabled group address.
Comments
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.
See Also