SetPresharedKeyForId_OUT結構 (iscsiop.h)
SetPresharedKeyForId_OUT 結構會保存 SetPresharedKeyForId 方法的輸出數據。
語法
typedef struct _SetPresharedKeyForId_OUT {
ULONG Status;
} SetPresharedKeyForId_OUT, *PSetPresharedKeyForId_OUT;
成員
Status
輸出時, SetPresharedKeyForId 作業的狀態。 如需狀態限定符的清單,請參閱 ISCSI_STATUS_QUALIFIERS。
備註
您必須實作這個方法。
規格需求
需求 | 值 |
---|---|
標頭 | iscsiop.h (包含 Iscsiop.h) |