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_TYPEDataType: u32ProtocolDataRequestValue: u32ProtocolDataRequestSubValue: u32ProtocolDataOffset: u32ProtocolDataLength: u32FixedProtocolReturnData: u32ProtocolDataRequestSubValue2: u32ProtocolDataRequestSubValue3: u32ProtocolDataRequestSubValue4: u32