// wificx.h
UINT8 WifiTxQueueGetDemuxWmmInfo(
NETPACKETQUEUE Queue
);
View the official Windows Driver Kit DDI referenceNo description available.
The WifiTxQueueGetDemuxWmmInfo function gets the priority that the WiFiCx framework will use for this queue.
Queue[_In_] A handle to this packet queue.
Returns the queue priority.
The client driver should query the queue priority from EvtPacketQueueStart.
For more information, see Setting up multiple Tx queues.