Struct windows_sys::Win32::System::Ioctl::STORAGE_PROTOCOL_SPECIFIC_DATA
#[repr(C)]pub struct STORAGE_PROTOCOL_SPECIFIC_DATA {
pub ProtocolType: STORAGE_PROTOCOL_TYPE,
pub DataType: u32,
pub ProtocolDataRequestValue: u32,
pub ProtocolDataRequestSubValue: u32,
pub ProtocolDataOffset: u32,
pub ProtocolDataLength: u32,
pub FixedProtocolReturnData: u32,
pub ProtocolDataRequestSubValue2: u32,
pub ProtocolDataRequestSubValue3: u32,
pub ProtocolDataRequestSubValue4: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§ProtocolType: STORAGE_PROTOCOL_TYPE
§DataType: u32
§ProtocolDataRequestValue: u32
§ProtocolDataRequestSubValue: u32
§ProtocolDataOffset: u32
§ProtocolDataLength: u32
§FixedProtocolReturnData: u32
§ProtocolDataRequestSubValue2: u32
§ProtocolDataRequestSubValue3: u32
§ProtocolDataRequestSubValue4: u32