GetPresharedKeyForId_OUT 構造体 (iscsiop.h)
GetPresharedKeyForId_OUT構造体は 、GetPresharedKeyForId メソッドの出力データを保持します。
構文
typedef struct _GetPresharedKeyForId_OUT {
ULONG Status;
ULONGLONG SecurityFlags;
} GetPresharedKeyForId_OUT, *PGetPresharedKeyForId_OUT;
メンバー
Status
GetPresharedKeyForId からの出力時に、GetPresharedKeyForId 操作の状態。 状態修飾子の一覧については、「 ISCSI_STATUS_QUALIFIERS」を参照してください。
SecurityFlags
ターゲットのセキュリティ要件を示すフラグのビットごとの OR。 このメンバーに指定できる値の一覧については、「 SECURITY_FLAG_QUALIFIERS」を参照してください。
注釈
イニシエーターが IKE をサポートしている場合は、この方法を開始する必要があります。
要件
要件 | 値 |
---|---|
Header | iscsiop.h (Iscsiop.h を含む) |