NET_BUFFER_LIST_MINIPORT_RESERVED (Compact 2013)

3/26/2014

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

Syntax

NET_BUFFER_LIST_MINIPORT_RESERVED(_NBL)

Parameters

  • _NBL
    A pointer to a NET_BUFFER_LIST structure.

Return Value

NET_BUFFER_LIST_MINIPORT_RESERVED returns a pointer to the start of the MiniportReserved member of the indicated NET_BUFFER_LIST structure.

Remarks

Miniport drivers and NDIS intermediate drivers can use MiniportReserved for their own purposes.

Note

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

Requirements

Header

ndis.h

See Also

Reference

NET_BUFFER_LIST Structure Macros
NET_BUFFER_LIST