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,您必須起始這個方法。
規格需求
需求 | 值 |
---|---|
標頭 | iscsiop.h (包含 Iscsiop.h) |