次の方法で共有


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