Struct windows_sys::Win32::System::Ioctl::STORAGE_BREAK_RESERVATION_REQUEST
#[repr(C)]pub struct STORAGE_BREAK_RESERVATION_REQUEST {
pub Length: u32,
pub _unused: u8,
pub PathId: u8,
pub TargetId: u8,
pub Lun: u8,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Length: u32
§_unused: u8
§PathId: u8
§TargetId: u8
§Lun: u8