[StructLayout(LayoutKind.Sequential)]
public struct ICMP_ECHO_REPLY
{
public Int32 Address;
public Int32 Status;
public Int32 RoundTripTime;
public Int16 DataSize;
public Int16 Reserved;
public IntPtr Data;
public IP_OPTION_INFORMATION Options;
}
Structure ICMP_ECHO_REPLY
Public TODO
End Structure
None.