Struct windows_sys::Win32::Storage::VirtualDiskService::VDS_DRIVE_PROP
[−]#[repr(C)]pub struct VDS_DRIVE_PROP {
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,
}Expand description
Required features: ‘Win32_Storage_VirtualDiskService’, ‘Win32_Foundation’
Fields
id: GUIDullSize: u64pwszFriendlyName: PWSTRpwszIdentification: PWSTRulFlags: u32status: VDS_DRIVE_STATUShealth: VDS_HEALTHsInternalBusNumber: i16sSlotNumber: i16