SetGroupPresharedKey_IN 结构 (iscsiop.h)

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

语法

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

成员

KeySize

密钥的大小(以字节为单位)。

Key[1]

预共享组密钥

注解

必须实现此方法。

要求

要求
Header iscsiop.h (包括 Iscsiop.h)

另请参阅

SetGroupPresharedKey

SetGroupPresharedKey_OUT