// nblaccessors.h
void NdisTestNblFlag(
_NBL,
_F
);
View the official Windows Driver Kit DDI referenceNo description available.
The NdisTestNblFlag macro retrieves the current setting of a flag in a NET_BUFFER_LIST structure.
_NBLA pointer to a NET_BUFFER_LIST structure.
_FThe flag in the NblFlags member of the NET_BUFFER_LIST structure for which to retrieve the current setting.
NdisTestNblFlag returns TRUE if the flag that is specified in the _F parameter is set. Otherwise, this macro returns FALSE.
NDIS drivers use the NdisTestNblFlag macro to retrieve the setting of the specified flag (_F) in the NblFlags member of a NET_BUFFER_LIST structure.
For more information about the flags, see the NblFlags member on the NET_BUFFER_LIST topic.