// iscsimgt.h
typedef struct _PingIPAddress_OUT {
ULONG Status;
ULONG ResponsesReceived;
} PingIPAddress_OUT, *PPingIPAddress_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The PingIPAddress_OUT structure holds the output data for the PingIPAddress method.
StatusA status of type ISDSC_ERROR.
ResponsesReceivedThe number of responses that were received.
We recommend that you implement this class.