NET_BUFFER_LIST_HEADER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// nbl.h

typedef union _NET_BUFFER_LIST_HEADER {
  NET_BUFFER_LIST_DATA NetBufferListData;
  SLIST_HEADER         Link;
} NET_BUFFER_LIST_HEADER, *PNET_BUFFER_LIST_HEADER;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-nbl-net_buffer_list_header)

_NET_BUFFER_LIST_HEADER structure

Description

The NET_BUFFER_LIST_HEADER defines header information for the NET_BUFFER_LIST structure.

Members

NetBufferListData

A NET_BUFFER_LIST_DATA structure.

Reserved for NDIS.

Remarks

NDIS maintains the information in the NET_BUFFER_LIST_HEADER union.

See also

NET_BUFFER_LIST

NET_BUFFER_LIST_DATA