NET_BUFFER_HEADER - NtDoc

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

typedef union _NET_BUFFER_HEADER {
  NET_BUFFER_DATA NetBufferData;
  SLIST_HEADER    Link;
} NET_BUFFER_HEADER, *PNET_BUFFER_HEADER;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_NET_BUFFER_HEADER structure

Description

The NET_BUFFER_HEADER structure specifies header information for the NET_BUFFER structure.

Members

NetBufferData

A NET_BUFFER_DATA structure.

Reserved for NDIS.

Remarks

NDIS maintains the information in the NET_BUFFER_HEADER union.

See also

NET_BUFFER

NET_BUFFER_DATA