NDIS_PD_COUNTER_VALUE - NtDoc

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

typedef union _NDIS_PD_COUNTER_VALUE {
  NDIS_PD_RECEIVE_QUEUE_COUNTER  ReceiveQueue;
  NDIS_PD_TRANSMIT_QUEUE_COUNTER TransmitQueue;
  NDIS_PD_FILTER_COUNTER         Filter;
} NDIS_PD_COUNTER_VALUE, *PNDIS_PD_COUNTER_VALUE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_NDIS_PD_COUNTER_VALUE structure

Description

This structure is used to hold a counter value for a queue or filter counter.

Members

ReceiveQueue

See NDIS_PD_RECEIVE_QUEUE_COUNTER.

TransmitQueue

See NDIS_PD_TRANSMIT_QUEUE_COUNTER.

Filter

See NDIS_PD_FILTER_COUNTER.