共用方式為


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