SetGroupPresharedKey_IN 構造体 (iscsiop.h)
SetGroupPresharedKey_IN構造体は 、SetGroupPresharedKey メソッドの入力データを保持します。
構文
typedef struct _SetGroupPresharedKey_IN {
ULONG KeySize;
UCHAR Key[1];
} SetGroupPresharedKey_IN, *PSetGroupPresharedKey_IN;
メンバー
KeySize
Key のキーのサイズ (バイト単位)。
Key[1]
事前共有グループ キー。
注釈
このメソッドを実装する必要があります。
要件
要件 | 値 |
---|---|
Header | iscsiop.h (Iscsiop.h を含む) |