Partager via


structure CLS_IO_STATISTICS_HEADER (wdm.h)

La structure CLFS_IO_STATISTICS_HEADER contient la partie d’en-tête d’une structure CLFS_IO_STATISTICS .

Syntaxe

typedef struct _CLS_IO_STATISTICS_HEADER {
  UCHAR              ubMajorVersion;
  UCHAR              ubMinorVersion;
  CLFS_IOSTATS_CLASS eStatsClass;
  USHORT             cbLength;
  ULONG              coffData;
} CLS_IO_STATISTICS_HEADER, *PCLS_IO_STATISTICS_HEADER, PPCLS_IO_STATISTICS_HEADER;

Membres

ubMajorVersion

Version principale de la structure CLFS_IO_STATISTICS .

ubMinorVersion

Version mineure de la structure CLFS_IO_STATISTICS .

eStatsClass

Réservé pour un usage futur. Ce membre est ignoré.

cbLength

Taille, en octets, de la structure CLFS_IO_STATISTICS , y compris l’en-tête.

coffData

Décalage, en octets, du début de la structure CLFS_IO_STATISTICS au début des données statistiques. Ce membre permet des modifications transparentes de l’en-tête.

Configuration requise

Condition requise Valeur
En-tête wdm.h (inclure Wdm.h, Ntddk.h, Ntifs.h)

Voir aussi

CLFS_IO_STATISTICS

ClfsGetIoStatistics