// nblaccessors.h
#define NET_BUFFER_LIST_NBL_FLAGS(_NBL) ((_NBL)->NblFlags)
View the official Windows Driver Kit DDI referenceNo description available.
The NET_BUFFER_LIST_NBL_FLAGS macro retrieves the NblFlags member of a NET_BUFFER_LIST structure.
#define NET_BUFFER_LIST_NBL_FLAGS(_NBL) ((_NBL)->NblFlags)
_NBLA pointer to a NET_BUFFER_LIST structure.
NDIS network drivers should use the NET_BUFFER_LIST_NBL_FLAGS macro to get the NblFlags member of a NET_BUFFER_LIST structure.