共用方式為


SetGroupPresharedKey_OUT 結構 (iscsiop.h)

SetGroupPresharedKey_OUT 結構會保存 SetGroupPresharedKey 方法的輸出數據。

語法

typedef struct _SetGroupPresharedKey_OUT {
  ULONG Status;
} SetGroupPresharedKey_OUT, *PSetGroupPresharedKey_OUT;

成員

Status

在輸出上, SetGroupPresharedKey 作業的狀態。 如需狀態限定符的清單,請參閱 ISCSI_STATUS_QUALIFIERS

備註

您必須實作這個方法。

規格需求

需求
標頭 iscsiop.h (包括 Iscsiop.h)

另請參閱

ISCSI_STATUS_QUALIFIERS

SetGroupPresharedKey

SetGroupPresharedKey_IN