// nblaccessors.h
#define NET_BUFFER_LIST_FLAGS(_NBL) ((_NBL)->Flags)
View the official Windows Driver Kit DDI referenceNo description available.
NET_BUFFER_LIST_FLAGS is a macro that NDIS drivers use to get the flags associated with a NET_BUFFER_LIST structure.
#define NET_BUFFER_LIST_FLAGS(_NBL) ((_NBL)->Flags)
_NBLA pointer to a NET_BUFFER_LIST structure.
NET_BUFFER_LIST_FLAGS returns the Flags member of the indicated NET_BUFFER_LIST structure.
For definitions of possible NET_BUFFER_LIST structure flags, see NDIS_BUFFER_LIST.