NDIS_PD_RECEIVE_QUEUE_COUNTER structure (ndis.h)

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

Syntax

typedef struct _NDIS_PD_RECEIVE_QUEUE_COUNTER {
  ULONG64 PacketsReceived;
  ULONG64 BytesReceived;
  ULONG64 PacketsDropped;
} NDIS_PD_RECEIVE_QUEUE_COUNTER;

Members

PacketsReceived

The amount of packets received.

BytesReceived

The amount of bytes received.

PacketsDropped

The amount of packets dropped.

Requirements

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