Struct windows_sys::Win32::Storage::VirtualDiskService::VDS_CONTROLLER_PROP
#[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"
Fields§
§id: GUID§pwszFriendlyName: PWSTR§pwszIdentification: PWSTR§status: VDS_CONTROLLER_STATUS§health: VDS_HEALTH§sNumberOfPorts: i16