NET_BUFFER_LIST_RECEIVE_FILTER_ID macro (ndis.h)

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.

Syntax

void NET_BUFFER_LIST_RECEIVE_FILTER_ID(
   _NBL
);

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.

Requirements

Requirement Value
Minimum supported client Supported in NDIS 6.20 and later.
Target Platform Universal
Header ndis.h

See also

NET_BUFFER_LIST

NDIS_NET_BUFFER_LIST_FILTERING_INFO