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: u8§ubMinorVersion: u8§eStatsClass: CLFS_IOSTATS_CLASS§cbLength: u16§coffData: u32