#[repr(C)]pub struct VDS_SUB_SYSTEM_PROP {
pub id: GUID,
pub pwszFriendlyName: PWSTR,
pub pwszIdentification: PWSTR,
pub ulFlags: u32,
pub ulStripeSizeFlags: u32,
pub status: VDS_SUB_SYSTEM_STATUS,
pub health: VDS_HEALTH,
pub sNumberOfInternalBuses: i16,
pub sMaxNumberOfSlotsEachBus: i16,
pub sMaxNumberOfControllers: i16,
pub sRebuildPriority: i16,
}Expand description
Required features: ‘Win32_Storage_VirtualDiskService’, ‘Win32_Foundation’
Fields
id: GUIDpwszFriendlyName: PWSTRpwszIdentification: PWSTRulFlags: u32ulStripeSizeFlags: u32status: VDS_SUB_SYSTEM_STATUShealth: VDS_HEALTHsNumberOfInternalBuses: i16sMaxNumberOfSlotsEachBus: i16sMaxNumberOfControllers: i16sRebuildPriority: i16