NDIS_PD_TRANSMIT_QUEUE_COUNTER - NtDoc

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

typedef struct _NDIS_PD_TRANSMIT_QUEUE_COUNTER {
  ULONG64 PacketsTransmitted;
  ULONG64 BytesTransmitted;
} NDIS_PD_TRANSMIT_QUEUE_COUNTER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndis-_ndis_pd_transmit_queue_counter)

_NDIS_PD_TRANSMIT_QUEUE_COUNTER structure

Description

This structure is used to hold counter information for a transmit queue.

Members

PacketsTransmitted

The amount of packets transmitted.

BytesTransmitted

The amount of bytes transmitted.