Condividi tramite


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;

Membri

KeySize

Dimensione, in byte, della chiave in Chiave.

Key[1]

Chiave del gruppo precondivisa.

Osservazioni

È necessario implementare questo metodo.

Fabbisogno

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

Vedere anche

SetGroupPresharedKey

SetGroupPresharedKey_OUT