Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This is a macro that NDIS drivers use to get the flags associated with a NET_BUFFER_LIST structure.
Syntax
NET_BUFFER_LIST_FLAGS(_NBL)
Parameters
- _NBL
A pointer to a NET_BUFFER_LIST structure.
Return Value
NET_BUFFER_LIST_FLAGS returns the Flags member of the indicated NDIS_BUFFER_LIST structure.
Remarks
For definitions of the possible NET_BUFFER_LIST structure flags, see NET_BUFFER_LIST.
Requirements
Header |
ndis.h |