CLFS_IO_STATISTICS_HEADER structure
The CLFS_IO_STATISTICS_HEADER structure holds the header portion of a CLFS_IO_STATISTICS structure.
Syntax
typedef struct _CLFS_IO_STATISTICS_HEADER { UCHAR ubMajorVersion; UCHAR ubMinorVersion; CLFS_IOSTATS_CLASS eStatsClass; USHORT cbLength; ULONG coffData; } CLFS_IO_STATISTICS_HEADER, *PCLFS_IO_STATISTICS_HEADER, **PPCLFS_IO_STATISTICS_HEADER;
Members
- ubMajorVersion
-
The major version of the CLFS_IO_STATISTICS structure.
- ubMinorVersion
-
The minor version of the CLFS_IO_STATISTICS structure.
- eStatsClass
-
Reserved for future use. This member is ignored.
- cbLength
-
The size, in bytes, of the CLFS_IO_STATISTICS structure, including the header.
- coffData
-
The 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.
Requirements
|
Header |
|
|---|
See also
Send comments about this topic to Microsoft
Build date: 5/22/2013
