Partilhar via


SetGroupPresharedKey_IN estrutura (iscsiop.h)

A estrutura SetGroupPresharedKey_IN contém os dados de entrada do método SetGroupPresharedKey.

Sintaxe

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

Membros

KeySize

O tamanho, em bytes, da chave no Key.

Key[1]

A chave de grupo pré-compartilhada.

Observações

Você deve implementar esse método.

Requisitos

Requisito Valor
cabeçalho iscsiop.h (include Iscsiop.h)

Consulte também

SetGroupPresharedKey

SetGroupPresharedKey_OUT