NET_BUFFER_LIST_NBL_FLAGS - NtDoc

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

#define NET_BUFFER_LIST_NBL_FLAGS(_NBL) ((_NBL)->NblFlags)
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NET_BUFFER_LIST_NBL_FLAGS macro

Description

The NET_BUFFER_LIST_NBL_FLAGS macro retrieves the NblFlags member of a NET_BUFFER_LIST structure.

Syntax

#define NET_BUFFER_LIST_NBL_FLAGS(_NBL) ((_NBL)->NblFlags)

Parameters

_NBL

A pointer to a NET_BUFFER_LIST structure.

Remarks

NDIS network drivers should use the NET_BUFFER_LIST_NBL_FLAGS macro to get the NblFlags member of a NET_BUFFER_LIST structure.

See also

NET_BUFFER_LIST