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.
Parameters
Filter
Points to a previously created and initialized filter library database.
Return Value
TR_QUERY_FILTER_ADDRESSES returns a value that represents the currently enabled combined functional address for the network interface card.
Comments
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.
See Also