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