Struct windows_sys::Win32::System::Ioctl::STORAGE_COUNTERS
[−]#[repr(C)]pub struct STORAGE_COUNTERS {
pub Version: u32,
pub Size: u32,
pub NumberOfCounters: u32,
pub Counters: [STORAGE_COUNTER; 1],
}Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Version: u32Size: u32NumberOfCounters: u32Counters: [STORAGE_COUNTER; 1]