NET_BUFFER_LIST_RECEIVE_FILTER_ID - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

void NET_BUFFER_LIST_RECEIVE_FILTER_ID(
  _NBL
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-net_buffer_list_receive_filter_id)

NET_BUFFER_LIST_RECEIVE_FILTER_ID macro

Description

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.

Parameters

_NBL

A pointer to a NET_BUFFER_LIST structure.

Return value

NET_BUFFER_LIST_RECEIVE_FILTER_ID returns a USHORT value for a receive filter identifier.

Remarks

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.

See also

NET_BUFFER_LIST

NDIS_NET_BUFFER_LIST_FILTERING_INFO