NDIS_PD_TRANSMIT_QUEUE_COUNTER structure (ndis.h)

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

Syntax

typedef struct _NDIS_PD_TRANSMIT_QUEUE_COUNTER {
  ULONG64 PacketsTransmitted;
  ULONG64 BytesTransmitted;
} NDIS_PD_TRANSMIT_QUEUE_COUNTER;

Members

PacketsTransmitted

The amount of packets transmitted.

BytesTransmitted

The amount of bytes transmitted.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header ndis.h