NetTxQueueGetDemux8021p - NtDoc

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

UINT8 NetTxQueueGetDemux8021p(
  [_In_] NETPACKETQUEUE Queue
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nettxqueue-nettxqueuegetdemux8021p)

Description

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

Parameters

Queue [_In_]

The transmit queue object.

Return value

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

Remarks

See also