NET_BUFFER_LIST_PROTOCOL_RESERVED (Compact 2013)

3/26/2014

This is a macro that NDIS drivers use to access the ProtocolReserved member of a NET_BUFFER_LIST structure.

Syntax

NET_BUFFER_LIST_PROTOCOL_RESERVED(_NBL)

Parameters

  • _NBL
    A pointer to a NET_BUFFER_LIST structure.

Return Value

NET_BUFFER_LIST_PROTOCOL_RESERVED returns a pointer to the start of the ProtocolReserved member of the indicated NET_BUFFER_LIST structure.

Remarks

Protocol drivers and NDIS intermediate drivers can use ProtocolReserved for their own purposes.

Note   Only one driver can use ProtocolReserved. Therefore, if another driver has used ProtocolReserved, an intermediate driver cannot use it.

Requirements

Header

ndis.h

See Also

Reference

NET_BUFFER_LIST Structure Macros
NET_BUFFER_LIST