PingIPAddress_OUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsimgt.h

typedef struct _PingIPAddress_OUT {
  ULONG Status;
  ULONG ResponsesReceived;
} PingIPAddress_OUT, *PPingIPAddress_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsimgt-_pingipaddress_out)

_PingIPAddress_OUT structure

Description

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

Members

Status

A status of type ISDSC_ERROR.

ResponsesReceived

The number of responses that were received.

Remarks

We recommend that you implement this class.