NetTxQueueGetDemux8021p function (nettxqueue.h)

The NetTxQueueGetDemux8021p function retrieves the IEEE 802.1p priority information associated with a transmit queue.

Syntax

UINT8 NetTxQueueGetDemux8021p(
  [_In_] NETPACKETQUEUE Queue
);

Parameters

[_In_] Queue

The transmit queue object.

Return value

Returns the 802.1p priority information associated with this transmit queue.

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header nettxqueue.h (include netadaptercx.h)