NDIS_PD_RECEIVE_QUEUE_COUNTER - NtDoc

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

typedef struct _NDIS_PD_RECEIVE_QUEUE_COUNTER {
  ULONG64 PacketsReceived;
  ULONG64 BytesReceived;
  ULONG64 PacketsDropped;
} NDIS_PD_RECEIVE_QUEUE_COUNTER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_NDIS_PD_RECEIVE_QUEUE_COUNTER structure

Description

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

Members

PacketsReceived

The amount of packets received.

BytesReceived

The amount of bytes received.

PacketsDropped

The amount of packets dropped.