Condividi tramite


struttura NDIS_NDK_STATISTICS_INFO (ntddndis.h)

La struttura NDIS_NDK_STATISTICS_INFO contiene le statistiche NDK.

Sintassi

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

Membri

Header

Struttura NDIS_OBJECT_HEADER che descrive questa struttura NDIS_NDK_STATISTICS_INFO. Impostare i membri della struttura NDIS_OBJECT_HEADER come indicato di seguito:

  • Impostare il membro Type su NDIS_OBJECT_TYPE_DEFAULT.
  • Impostare il membro revisione su NDIS_NDK_STATISTICS_INFO_REVISION_1.
  • Impostare il membro dimensioni su NDIS_SIZEOF_NDK_STATISTICS_INFO_REVISION_1.

Flags

CounterSet

Struttura NDIS_NDK_PERFORMANCE_COUNTERS che contiene i contatori delle prestazioni NDK.

Osservazioni

La struttura NDIS_NDK_STATISTICS_INFO viene restituita con l'OID OID_NDK_STATISTICS. Il membro InformationBuffer della struttura NDIS_OID_REQUEST contiene un puntatore a questa struttura.

Il driver miniport con supporto per NDK è necessario per compilare il membro CounterSet, ovvero una struttura NDIS_NDK_PERFORMANCE_COUNTERS.

Fabbisogno

Requisito Valore
client minimo supportato Nessuna supportata, supportata in NDIS 6.30 e versioni successive.
server minimo supportato Windows Server 2012
intestazione ntddndis.h (include Ndis.h)

Vedere anche

NDIS_NDK_PERFORMANCE_COUNTERS

NDIS_OBJECT_HEADER

OID_NDK_STATISTICS