iscsiop.h) (GetPresharedKeyForId_OUT 结构
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) |