// wdm.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The CLFS_IO_STATISTICS_HEADER structure holds the header portion of a CLFS_IO_STATISTICS structure.
ubMajorVersionThe major version of the CLFS_IO_STATISTICS structure.
ubMinorVersionThe minor version of the CLFS_IO_STATISTICS structure.
eStatsClassReserved for future use. This member is ignored.
cbLengthThe size, in bytes, of the CLFS_IO_STATISTICS structure, including the header.
coffDataThe offset, in bytes, from the beginning of the CLFS_IO_STATISTICS structure to the beginning of the statistics data. This member allows for transparent modifications to the header.