Compartir a través de


estructura SetGroupPresharedKey_IN (iscsiop.h)

La estructura SetGroupPresharedKey_IN contiene los datos de entrada para el método SetGroupPresharedKey .

Sintaxis

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

Miembros

KeySize

Tamaño, en bytes, de la clave en Clave.

Key[1]

Clave de grupo previamente compartida.

Comentarios

Debe implementar este método.

Requisitos

Requisito Valor
Header iscsiop.h (incluya Iscsiop.h)

Consulte también

SetGroupPresharedKey

SetGroupPresharedKey_OUT