UINT
TR_QUERY_FILTER_ADDRESSES(
IN PTR_FILTER Filter
);
TR_QUERY_FILTER_ADDRESSES is called by the NIC driver to query the combined functional address for the network interface card.
TR_QUERY_FILTER_ADDRESSES returns a value that represents the currently enabled combined functional address for the network interface card.
The NIC driver must be holding the filter library spinlock when it uses this macro.
Callers of TR_QUERY_FILTER_ADDRESSES run at IRQL DISPATCH_LEVEL.