#[repr(C)]pub struct VDS_CONTROLLER_PROP {
pub id: GUID,
pub pwszFriendlyName: PWSTR,
pub pwszIdentification: PWSTR,
pub status: VDS_CONTROLLER_STATUS,
pub health: VDS_HEALTH,
pub sNumberOfPorts: i16,
}Expand description
Required features: ‘Win32_Storage_VirtualDiskService’, ‘Win32_Foundation’
Fields
id: GUIDpwszFriendlyName: PWSTRpwszIdentification: PWSTRstatus: VDS_CONTROLLER_STATUShealth: VDS_HEALTHsNumberOfPorts: i16