CLS_IO_STATISTICS_HEADER 结构 (wdm.h)

CLFS_IO_STATISTICS_HEADER 结构包含CLFS_IO_STATISTICS结构的标头部分。

语法

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;

成员

ubMajorVersion

CLFS_IO_STATISTICS 结构的主版本。

ubMinorVersion

CLFS_IO_STATISTICS 结构的次要版本。

eStatsClass

保留供将来使用。 忽略此成员。

cbLength

CLFS_IO_STATISTICS结构(包括 标头)的大小(以字节为单位)。

coffData

CLFS_IO_STATISTICS 结构开头到统计数据开头的偏移量(以字节为单位)。 此成员允许对标头进行透明修改。

要求

要求
标头 wdm.h(包括 Wdm.h、Ntddk.h、Ntifs.h)

另请参阅

CLFS_IO_STATISTICS

ClfsGetIoStatistics