structure NDIS_NDK_STATISTICS_INFO (ntddndis.h)
La structure NDIS_NDK_STATISTICS_INFO contient les statistiques NDK.
Syntaxe
typedef struct _NDIS_NDK_STATISTICS_INFO {
NDIS_OBJECT_HEADER Header;
ULONG Flags;
NDIS_NDK_PERFORMANCE_COUNTERS CounterSet;
} NDIS_NDK_STATISTICS_INFO;
Membres
Header
Structure NDIS_OBJECT_HEADER qui décrit cette structure NDIS_NDK_STATISTICS_INFO. Définissez les membres de la structure NDIS_OBJECT_HEADER comme suit :
- Définissez le membre type sur NDIS_OBJECT_TYPE_DEFAULT.
- Définissez le membre révision sur NDIS_NDK_STATISTICS_INFO_REVISION_1.
- Définissez le membre Size sur NDIS_SIZEOF_NDK_STATISTICS_INFO_REVISION_1.
Flags
CounterSet
Structure NDIS_NDK_PERFORMANCE_COUNTERS qui contient les compteurs de performances NDK.
Remarques
La structure NDIS_NDK_STATISTICS_INFO est retournée avec l’OID OID_NDK_STATISTICS. Le InformationBuffer membre de la structure NDIS_OID_REQUEST contient un pointeur vers cette structure.
Le pilote miniport compatible NDK est requis pour remplir le membre CounterSet, qui est une structure NDIS_NDK_PERFORMANCE_COUNTERS.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Aucune prise en charge, prise en charge dans NDIS 6.30 et versions ultérieures. |
serveur minimum pris en charge | Windows Server 2012 |
d’en-tête | ntddndis.h (include Ndis.h) |