NDIS_PD_COUNTER_TYPE - NtDoc

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

typedef enum {
  PDCounterTypeUnknown,
  PDCounterTypeReceiveQueue,
  PDCounterTypeTransmitQueue,
  PDCounterTypeReceiveFilter,
  PDCounterTypeMax
} NDIS_PD_COUNTER_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ndis-ndis_pd_counter_type)

NDIS_PD_COUNTER_TYPE enumeration

Description

The NDIS_PD_COUNTER_TYPE enumeration defines types of PacketDirect Provider Interface (PDPI) counters. Its enumeration values are used in the Type member of the NDIS_PD_COUNTER_PARAMETERS structure.

Constants

PDCounterTypeUnknown

The counter type is not known.

PDCounterTypeReceiveQueue

The counter is a receive queue counter.

PDCounterTypeTransmitQueue

The counter is a transmit queue counter.

PDCounterTypeReceiveFilter

The counter is a receive filter counter.

PDCounterTypeMax

The maximum value for this enumeration. This value might change in future versions of NDIS header files and binaries.

See also

NDIS_PD_COUNTER_PARAMETERS