#[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: GUID§pwszIscsiName: PWSTR§pwszFriendlyName: PWSTR§bChapEnabled: BOOL