NdisSetNblFlag (Compact 2013)
3/26/2014
This macro sets a flag in a NET_BUFFER_LIST structure.
Syntax
NdisSetNblFlag(_NBL, _F)
Parameters
- _NBL
A pointer to a NET_BUFFER_LIST structure.
- _F
The flag in the NblFlags member of the NET_BUFFER_LIST structure to set.
Return Value
None
Remarks
NDIS drivers use the NdisSetNblFlag macro to set 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.
Requirements
Header |
ndis.h |