struttura SetPresharedKeyForId_OUT (iscsiop.h)

La struttura SetPresharedKeyForId_OUT contiene i dati di output per il metodo SetPresharedKeyForId .

Sintassi

typedef struct _SetPresharedKeyForId_OUT {
  ULONG Status;
} SetPresharedKeyForId_OUT, *PSetPresharedKeyForId_OUT;

Members

Status

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

Commenti

È necessario implementare questo metodo.

Requisiti

Requisito Valore
Intestazione iscsiop.h (include Iscsiop.h)

Vedi anche

ISCSI_STATUS_QUALIFIERS

SetPresharedKeyForId

SetPresharedKeyForId_IN