Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure describes the data returned in response to an echo request (IcmpSendEcho).
struct icmp_echo_reply {IPAddrAddress;unsignedlongStatus;unsigned longRoundTripTime;unsigned shortDataSize;unsigned short Reserved;void FAR* Data;struct ip_option_informationOptions;} ICMP_ECHO_REPLY;
Members
- Address
Contains the replying IP address. - Status
Contains the reply IP_STATUS as defined in icmpapi.h, and general NT_STATUS errors as defined in ntstatus.h. - RoundTripTime
RTT in milliseconds. - DataSize
Contains the reply data size in bytes. - Reserved
Reserved for system use. - Data
Contains a pointer to the reply data. - Options
String containing reply options.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Icmpapi.h.
See Also
ICMP Structures | IcmpSendEcho
Send Feedback on this topic to the authors