PingIPAddress_OUT 结构 (iscsimgt.h)
PingIPAddress_OUT 结构保存 PingIPAddress 方法的输出数据。
语法
typedef struct _PingIPAddress_OUT {
ULONG Status;
ULONG ResponsesReceived;
} PingIPAddress_OUT, *PPingIPAddress_OUT;
成员
Status
ISDSC_ERROR类型的状态。
ResponsesReceived
收到的响应数。
注解
建议实现此类。
要求
要求 | 值 |
---|---|
Header | iscsimgt.h (包括 Iscsimgt.h) |