PingIPAddress_OUT structure (iscsimgt.h)

The PingIPAddress_OUT structure holds the output data for the PingIPAddress method.

Syntax

typedef struct _PingIPAddress_OUT {
  ULONG Status;
  ULONG ResponsesReceived;
} PingIPAddress_OUT, *PPingIPAddress_OUT;

Members

Status

A status of type ISDSC_ERROR.

ResponsesReceived

The number of responses that were received.

Remarks

We recommend that you implement this class.

Requirements

Requirement Value
Header iscsimgt.h (include Iscsimgt.h)