estrutura SetGroupPresharedKey_IN (iscsiop.h)
A estrutura SetGroupPresharedKey_IN contém os dados de entrada para o 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 em Key.
Key[1]
A chave de grupo pré-compartilhada.
Comentários
Você deve implementar esse método.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | iscsiop.h (inclua Iscsiop.h) |