@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Describes the data returned in response to an echo request. !!!!C# Definition: [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; } !!!!VB Definition: Structure ICMP_ECHO_REPLY Public TODO End Structure !!!!User-Defined Field Types: [IP_OPTION_INFORMATION] !!!!Notes: None. Documentation: ICMP_ECHO_REPLY@msdn on MSDN
Edit Structures.ICMP_E...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.