NET_BUFFER_LIST_FLAGS - NtDoc

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

#define NET_BUFFER_LIST_FLAGS(_NBL) ((_NBL)->Flags)
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nblaccessors-net_buffer_list_flags)

NET_BUFFER_LIST_FLAGS macro

Description

NET_BUFFER_LIST_FLAGS is a macro that NDIS drivers use to get the flags associated with a NET_BUFFER_LIST structure.

Syntax

#define NET_BUFFER_LIST_FLAGS(_NBL) ((_NBL)->Flags)

Parameters

_NBL

A pointer to a NET_BUFFER_LIST structure.

Return value

NET_BUFFER_LIST_FLAGS returns the Flags member of the indicated NET_BUFFER_LIST structure.

Remarks

For definitions of possible NET_BUFFER_LIST structure flags, see NDIS_BUFFER_LIST.

See also

NDIS_BUFFER_LIST