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’, ‘Win32_Foundation’
Fields
id: GUIDullSize: u64pwszFriendlyName: PWSTRpwszIdentification: PWSTRulFlags: u32status: VDS_DRIVE_STATUShealth: VDS_HEALTHsInternalBusNumber: i16sSlotNumber: i16ulEnclosureNumber: u32busType: VDS_STORAGE_BUS_TYPEulSpindleSpeed: u32