Struct windows_sys::Win32::Storage::IscsiDisc::IO_SCSI_CAPABILITIES
[−]#[repr(C)]pub struct IO_SCSI_CAPABILITIES {
pub Length: u32,
pub MaximumTransferLength: u32,
pub MaximumPhysicalPages: u32,
pub SupportedAsynchronousEvents: u32,
pub AlignmentMask: u32,
pub TaggedQueuing: BOOLEAN,
pub AdapterScansDown: BOOLEAN,
pub AdapterUsesPio: BOOLEAN,
}Expand description
Required features: ‘Win32_Storage_IscsiDisc’, ‘Win32_Foundation’
Fields
Length: u32MaximumTransferLength: u32MaximumPhysicalPages: u32SupportedAsynchronousEvents: u32AlignmentMask: u32TaggedQueuing: BOOLEANAdapterScansDown: BOOLEANAdapterUsesPio: BOOLEAN