NDIS_NDK_STATISTICS_INFO - NtDoc

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

typedef struct _NDIS_NDK_STATISTICS_INFO {
  NDIS_OBJECT_HEADER            Header;
  ULONG                         Flags;
  NDIS_NDK_PERFORMANCE_COUNTERS CounterSet;
} NDIS_NDK_STATISTICS_INFO;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddndis-_ndis_ndk_statistics_info)

_NDIS_NDK_STATISTICS_INFO structure

Description

The NDIS_NDK_STATISTICS_INFO structure contains the NDK statistics.

Members

An NDIS_OBJECT_HEADER structure that describes this NDIS_NDK_STATISTICS_INFO structure. Set the members of the NDIS_OBJECT_HEADER structure as follows:

Flags

CounterSet

An NDIS_NDK_PERFORMANCE_COUNTERS structure that contains the NDK performance counters.

Remarks

The NDIS_NDK_STATISTICS_INFO structure is returned with the OID_NDK_STATISTICS OID. The InformationBuffer member of the NDIS_OID_REQUEST structure contains a pointer to this structure.

The NDK-capable miniport driver is required to fill in the CounterSet member, which is an NDIS_NDK_PERFORMANCE_COUNTERS structure.

See also

NDIS_NDK_PERFORMANCE_COUNTERS

NDIS_OBJECT_HEADER

OID_NDK_STATISTICS