NdisClearNblFlag macro (ndis/nblaccessors.h)

The NdisClearNblFlag macro clears a flag in a NET_BUFFER_LIST structure.

Syntax

void NdisClearNblFlag(
   _NBL,
   _F
);

Parameters

_NBL

A pointer to a NET_BUFFER_LIST structure.

_F

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

Return value

None

Remarks

NDIS drivers use the NdisClearNblFlag macro to clear 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.

Requirements

Requirement Value
Minimum supported client Supported in NDIS 6.0 and later.
Target Platform Universal
Header ndis/nblaccessors.h (include ndis.h)

See also

NET_BUFFER_LIST