This topic has not yet been rated - Rate this topic

NET_BUFFER_LIST_MINIPORT_RESERVED macro

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

Syntax


PVOID NET_BUFFER_LIST_MINIPORT_RESERVED(
  PNET_BUFFER_LIST _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

Version

Supported in NDIS 6.0 through NDIS 6.30.

Header

Ndis.h (include Ndis.h)

See also

NET_BUFFER_LIST

 

 

Send comments about this topic to Microsoft

Build date: 5/7/2013

© 2013 Microsoft. All rights reserved.