NET_BUFFER_LIST_FLAGS (Compact 2013)

3/26/2014

This is a macro that NDIS drivers use to get the flags associated with a NET_BUFFER_LIST structure.

Syntax

NET_BUFFER_LIST_FLAGS(_NBL)

Parameters

  • _NBL
    A pointer to a NET_BUFFER_LIST structure.

Return Value

NET_BUFFER_LIST_FLAGS returns the Flags member of the indicated NDIS_BUFFER_LIST structure.

Remarks

For definitions of the possible NET_BUFFER_LIST structure flags, see NET_BUFFER_LIST.

Requirements

Header

ndis.h

See Also

Reference

NET_BUFFER_LIST Structure Macros
NET_BUFFER_LIST