Struct windows_sys::Win32::System::Ioctl::STORAGE_FAILURE_PREDICTION_CONFIG
#[repr(C)]pub struct STORAGE_FAILURE_PREDICTION_CONFIG {
pub Version: u32,
pub Size: u32,
pub Set: BOOLEAN,
pub Enabled: BOOLEAN,
pub Reserved: u16,
}Expand description
Required features: "Win32_System_Ioctl", "Win32_Foundation"
Fields§
§Version: u32§Size: u32§Set: BOOLEAN§Enabled: BOOLEAN§Reserved: u16