// nettxqueue.h
const NET_RING_COLLECTION * NetTxQueueGetRingCollection(
[_In_] NETPACKETQUEUE PacketQueue
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetTxQueueGetRingCollection function retrieves the NET_RING_COLLECTION structure for a transmit (Tx) queue.
PacketQueue [_In_]A pointer to a NetAdapterCx-allocated NETPACKETQUEUE structure. The client driver receives a pointer to this NETPACKETQUEUE structure in its EVT_NET_ADAPTER_CREATE_TXQUEUE callback function.
Returns a pointer to the queue's NET_RING_COLLECTION structure.
Use the NET_RING_COLLECTION structure returned by this function to access a transmit queue's net rings.