Share via


ICMP_ECHO_REPLY (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.