struttura VDS_ISCSI_TARGET_PROP (vds.h)
[A partire da Windows 8 e Windows Server 2012, l'interfaccia COM del servizio disco virtuale viene sostituita dall'API gestione archiviazione di Windows.]
Definisce le proprietà di una destinazione iSCSI.
Sintassi
typedef struct _VDS_ISCSI_TARGET_PROP {
VDS_OBJECT_ID id;
LPWSTR pwszIscsiName;
LPWSTR pwszFriendlyName;
BOOL bChapEnabled;
} VDS_ISCSI_TARGET_PROP, *PVDS_ISCSI_TARGET_PROP;
Members
id
VDS_OBJECT_ID della destinazione.
pwszIscsiName
Stringa leggibile con terminazione Null che rappresenta il nome iSCSI della destinazione.
pwszFriendlyName
Stringa leggibile con terminazione Null che rappresenta il nome descrittivo della destinazione. Corrisponde all'alias iSCSI.
bChapEnabled
Se TRUE, per accedere a questa destinazione è necessario un segreto condiviso CHAP.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2003 R2 [solo app desktop] |
Intestazione | vds.h |
Componente ridistribuibile | VDS 1.1 |