// ndis.h
void NET_BUFFER_LIST_RECEIVE_FILTER_ID(
_NBL
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_BUFFER_LIST_RECEIVE_FILTER_ID macro gets a receive filter identifier from the out-of-band (OOB) data in a NET_BUFFER_LIST structure.
_NBLA pointer to a NET_BUFFER_LIST structure.
NET_BUFFER_LIST_RECEIVE_FILTER_ID returns a USHORT value for a receive filter identifier.
Any NDIS 6.20 or later driver can use NET_BUFFER_LIST_RECEIVE_FILTER_ID to get the receive filter identifier from a NET_BUFFER_LIST structure.
NET_BUFFER_LIST_RECEIVE_FILTER_ID gets the receive filter identifier from the FilterId member of the NDIS_NET_BUFFER_LIST_FILTERING_INFO structure.
NDIS_NET_BUFFER_LIST_FILTERING_INFO