NET_BUFFER_LIST_NBL_FLAGS macro (ndis/nblaccessors.h)
The NET_BUFFER_LIST_NBL_FLAGS macro retrieves the NblFlags member of a NET_BUFFER_LIST structure.
Syntax
#define NET_BUFFER_LIST_NBL_FLAGS(_NBL) ((_NBL)->NblFlags)
Parameters
_NBL
A pointer to a NET_BUFFER_LIST structure.
Return value
None
Remarks
NDIS network drivers should use the NET_BUFFER_LIST_NBL_FLAGS macro to get the NblFlags member of a NET_BUFFER_LIST structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported in NDIS 6.0 and later. |
Target Platform | Universal |
Header | ndis/nblaccessors.h (include ndis.h) |