SetGroupPresharedKey_OUT 構造体 (iscsiop.h)
SetGroupPresharedKey_OUT構造体は 、SetGroupPresharedKey メソッドの出力データを保持します。
構文
typedef struct _SetGroupPresharedKey_OUT {
ULONG Status;
} SetGroupPresharedKey_OUT, *PSetGroupPresharedKey_OUT;
メンバー
Status
出力時の SetGroupPresharedKey 操作の状態。 状態修飾子の一覧については、「 ISCSI_STATUS_QUALIFIERS」を参照してください。
注釈
このメソッドを実装する必要があります。
要件
要件 | 値 |
---|---|
Header | iscsiop.h (Iscsiop.h を含む) |