struttura SetGroupPresharedKey_IN (iscsiop.h)

La struttura SetGroupPresharedKey_IN contiene i dati di input per il metodo SetGroupPresharedKey .

Sintassi

typedef struct _SetGroupPresharedKey_IN {
  ULONG KeySize;
  UCHAR Key[1];
} SetGroupPresharedKey_IN, *PSetGroupPresharedKey_IN;

Members

KeySize

Dimensione, in byte, della chiave in Chiave.

Key[1]

Chiave del gruppo precondivisa.

Commenti

È necessario implementare questo metodo.

Requisiti

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

Vedi anche

SetGroupPresharedKey

SetGroupPresharedKey_OUT