IcmpSendEcho2

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

Hello,

I have been trying to call the IcmpSendEcho2 function to create a
non-blocking ping application, but I have not had success due to the
lack of documentation for this api.
Has anyone got this function to work properly?
Thanks.
 
m brady said:
Heres a couple ideas that might help out:
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/iphlp/iphlp/icmpsendecho2.asp

http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/wcetcpip/html/cereficmpparsereplies.asp

If those do not help let me know. I do have other docs
that might.

MB
Thanks for the prompt response.
I had researched the MSDN library quite a bit before, and after your
response
I finally tried including the <Ipexport.h> header file, which allowed
VC++ to define some of the parameters that the <IcmpAPI.h> file refers
to, such as IPaddr.
Now I have to understand all 11 different parametres for the
IcmpSendEcho2 function itself.
 
Back
Top