Struct windows_sys::Win32::System::Ioctl::STORAGE_MINIPORT_DESCRIPTOR
#[repr(C)]pub struct STORAGE_MINIPORT_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub Portdriver: STORAGE_PORT_CODE_SET,
pub LUNResetSupported: BOOLEAN,
pub TargetResetSupported: BOOLEAN,
pub IoTimeoutValue: u16,
pub ExtraIoInfoSupported: BOOLEAN,
pub Flags: STORAGE_MINIPORT_DESCRIPTOR_0,
pub Reserved0: [u8; 2],
pub Reserved1: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Foundation"
Fields§
§Version: u32
§Size: u32
§Portdriver: STORAGE_PORT_CODE_SET
§LUNResetSupported: BOOLEAN
§TargetResetSupported: BOOLEAN
§IoTimeoutValue: u16
§ExtraIoInfoSupported: BOOLEAN
§Flags: STORAGE_MINIPORT_DESCRIPTOR_0
§Reserved0: [u8; 2]
§Reserved1: u32