Bagikan melalui


NET_BUFFER_NEXT_NB (Compact 2013)

3/26/2014

This is a macro that NDIS drivers use to obtain a pointer to the next NET_BUFFER structure in a linked list of NET_BUFFER structures.

Syntax

NET_BUFFER_NEXT_NB(_NB)

Parameters

  • _NB
    A pointer to a NET_BUFFER structure.

Return Value

NET_BUFFER_NEXT_NB returns a pointer to the next NET_BUFFER structure in the linked list of NET_BUFFER structures, or it returns NULL if the end of the linked list is reached.

Remarks

NET_BUFFER_NEXT_NB gets the return value from the Next member of the NET_BUFFER structure.

Requirements

Header

ndis.h

See Also

Reference

NET_BUFFER Structure Macros
NET_BUFFER