Source position: jwaipexport.pas line 163
type ICMP_ECHO_REPLY = record
Address: IPAddr;
Status: ULONG;
RoundTripTime: ULONG;
DataSize: USHORT;
Reserved: USHORT;
Data: LPVOID;
Options: IP_OPTION_INFORMATION;
end;