NET_BUFFER_LIST_FIRST_NB (Compact 2013)
3/26/2014
This is a macro that NDIS drivers use to get the first NET_BUFFER structure in a NET_BUFFER_LIST structure.
Syntax
NET_BUFFER_LIST_FIRST_NB(_NBL)
Parameters
- _NBL
A pointer to a NET_BUFFER_LIST structure.
Return Value
NET_BUFFER_LIST_FIRST_NB returns a pointer to the first NET_BUFFER structure in the indicated NET_BUFFER_LIST structure.
Remarks
NET_BUFFER_LIST_FIRST_NB gets the return value from the FirstNetBuffer member of the NET_BUFFER_LIST structure.
Requirements
Header |
ndis.h |