SetGroupPresharedKey_IN结构(iscsiop.h)

SetGroupPresharedKey_IN结构保存 SetGroupPresharedKey 方法的输入数据。

语法

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

成员

KeySize

中键的大小(以字节为单位)。

Key[1]

预共享组密钥

言论

必须实现此方法。

要求

要求 价值
标头 iscsiop.h (包括 Iscsiop.h)

另请参阅

SetGroupPresharedKey

SetGroupPresharedKey_OUT