NdisSetNblFlag - NtDoc

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

void NdisSetNblFlag(
  _NBL,
  _F
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NdisSetNblFlag macro

Description

The NdisSetNblFlag macro sets a flag in a NET_BUFFER_LIST structure.

Parameters

_NBL

A pointer to a NET_BUFFER_LIST structure.

_F

The flag in the NblFlags member of the NET_BUFFER_LIST structure to set.

Remarks

NDIS drivers use the NdisSetNblFlag macro to set the specified flag (_F) in the NblFlags member of a NET_BUFFER_LIST structure.

For more information about the flags, see the NblFlags member on the NET_BUFFER_LIST topic.

See also

NET_BUFFER_LIST