Condividi tramite


struttura ReportDiscoveredTargets_OUT (iscsifnd.h)

La struttura ReportDiscoveredTargets_OUT contiene i dati di output per il metodo ReportDiscoveredTargets .

Sintassi

typedef struct _ReportDiscoveredTargets_OUT {
  ULONG                  Status;
  ULONG                  TargetCount;
  ISCSI_DiscoveredTarget Targets[1];
} ReportDiscoveredTargets_OUT, *PReportDiscoveredTargets_OUT;

Members

Status

Nell'output lo stato dell'operazione ReportDiscoveredTargets . Per un elenco dei qualificatori di stato, vedere ISCSI_STATUS_QUALIFIERS.

TargetCount

Nell'output il numero di destinazioni individuate.

Targets[1]

Nell'output, una matrice di strutture ISCSI_DiscoveredTarget , che forniscono informazioni correlate alle destinazioni individuate.

Commenti

È necessario implementare questo metodo.

Requisiti

Requisito Valore
Intestazione iscsifnd.h (include Iscsifnd.h)

Vedi anche

ISCSI_DiscoveredTarget

ISCSI_STATUS_QUALIFIERS

ReportDiscoveredTargets

ReportDiscoveredTargets2_OUT