TR_QUERY_FILTER_BINDING_ADDRESS

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.

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_ADDRESS returns a value that represents the currently enabled functional address for a binding filter.

Comments

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.

See Also

TR_QUERY_FILTER_ADDRESSES