Struct windows_sys::Win32::Storage::VirtualDiskService::VDS_DRIVE_PROP2
#[repr(C)]pub struct VDS_DRIVE_PROP2 {
pub id: GUID,
pub ullSize: u64,
pub pwszFriendlyName: PWSTR,
pub pwszIdentification: PWSTR,
pub ulFlags: u32,
pub status: VDS_DRIVE_STATUS,
pub health: VDS_HEALTH,
pub sInternalBusNumber: i16,
pub sSlotNumber: i16,
pub ulEnclosureNumber: u32,
pub busType: VDS_STORAGE_BUS_TYPE,
pub ulSpindleSpeed: u32,
}Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields§
§id: GUID§ullSize: u64§pwszFriendlyName: PWSTR§pwszIdentification: PWSTR§ulFlags: u32§status: VDS_DRIVE_STATUS§health: VDS_HEALTH§sInternalBusNumber: i16§sSlotNumber: i16§ulEnclosureNumber: u32§busType: VDS_STORAGE_BUS_TYPE§ulSpindleSpeed: u32