Struct windows_sys::Win32::Storage::FileSystem::CLS_IO_STATISTICS_HEADER
[−]#[repr(C)]pub struct CLS_IO_STATISTICS_HEADER {
pub ubMajorVersion: u8,
pub ubMinorVersion: u8,
pub eStatsClass: CLFS_IOSTATS_CLASS,
pub cbLength: u16,
pub coffData: u32,
}Expand description
Required features: ‘Win32_Storage_FileSystem’
Fields
ubMajorVersion: u8ubMinorVersion: u8eStatsClass: CLFS_IOSTATS_CLASScbLength: u16coffData: u32