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) |