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