Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

ICMP_ECHO_REPLY (Structures)
 
.
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:

<StructLayout(LayoutKind.Sequential)>
Public Structure ICMP_ECHO_REPLY
   Public Address As Int32
   Public Status As Int32
   Public RoundTripTime As Int32
   Public DataSize As Int16
   Public Reserved As Int16
   Public Data As IntPtr
   Public Options As IP_OPTION_INFORMATION
End Structure

User-Defined Field Types:

IP_OPTION_INFORMATION

Notes:

None.

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions