Struct windows_sys::Win32::System::Ioctl::STORAGE_DEVICE_NUMBERS
#[repr(C)]pub struct STORAGE_DEVICE_NUMBERS {
pub Version: u32,
pub Size: u32,
pub NumberOfDevices: u32,
pub Devices: [STORAGE_DEVICE_NUMBER; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32
§Size: u32
§NumberOfDevices: u32
§Devices: [STORAGE_DEVICE_NUMBER; 1]