PingIPAddress_IN - NtDoc

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

typedef struct _PingIPAddress_IN {
  ULONG            RequestCount;
  ULONG            RequestSize;
  ULONG            Timeout;
  ISCSI_IP_Address Address;
} PingIPAddress_IN, *PPingIPAddress_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PingIPAddress_IN structure

Description

The PingIPAddress_IN structure holds the input data for the PingIPAddress method.

Members

RequestCount

The number of ping requests to be sent to the specified IP address.

RequestSize

The size of each request (in bytes) to be sent.

Timeout

The timeout (in milliseconds) for each ping request.

Address

The IP address to which the ping request must be sent. The IP address is provided by the ISCSI_IP_Address structure.

Remarks

We recommend that you implement this class.

See also

ISCSI_IP_Address