ISCSI_TargetPortal struttura (iscsidef.h)
La struttura ISCSI_TargetPortal fornisce una definizione di un portale di destinazione.
Sintassi
typedef struct _ISCSI_TargetPortal {
ISCSI_IP_Address Address;
ULONG Reserved;
USHORT Socket;
} ISCSI_TargetPortal, *PISCSI_TargetPortal;
Members
Address
Struttura ISCSI_IP_Address che indica l'indirizzo IP del portale. La struttura ISCSI_IP_Address consente di definire un indirizzo IP indipendente dalla versione del protocollo IP che l'iniziatore e l'uso di destinazione.
Reserved
Riservato solo per l'uso di Microsoft.
Socket
Numero di socket associato alla destinazione.
Requisiti
Requisito | Valore |
---|---|
Intestazione | iscsidef.h (includere Iscsidef.h) |