Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
Minimum UMDF version | 2.33 |
Header | nettxqueue.h (include netadaptercx.h) |