WifiTxQueueGetDemuxWmmInfo - NtDoc

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

UINT8 WifiTxQueueGetDemuxWmmInfo(
  NETPACKETQUEUE Queue
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificx-wifitxqueuegetdemuxwmminfo)

Description

The WifiTxQueueGetDemuxWmmInfo function gets the priority that the WiFiCx framework will use for this queue.

Parameters

Queue

[_In_] A handle to this packet queue.

Return value

Returns the queue priority.

Remarks

The client driver should query the queue priority from EvtPacketQueueStart.

For more information, see Setting up multiple Tx queues.

See also

Setting up multiple Tx queues