#[repr(C)]pub struct VDS_ISCSI_TARGET_PROP {
pub id: GUID,
pub pwszIscsiName: PWSTR,
pub pwszFriendlyName: PWSTR,
pub bChapEnabled: BOOL,
}Expand description
Required features: ‘Win32_Storage_VirtualDiskService’, ‘Win32_Foundation’
Fields
id: GUIDpwszIscsiName: PWSTRpwszFriendlyName: PWSTRbChapEnabled: BOOL