Share via


ICMP Functions

Send Feedback

The following table shows the ICMP functions with a description of the purpose of each.

Programming element PPC SP Description
Icmp6CreateFile X X This function opens a handle on which ICMPv6 echo requests can be issued.
Icmp6ParseReplies X X This function parses the reply buffer provided and returns the number of ICMP responses found.
Icmp6SendEcho2 X X This function sends an ICMPv6 echo request and the call returns either immediately, if the Event or ApcRoutine parameter is non-NULL, or returns after the specified timeout.
IcmpCloseHandle X X This function closes an Internet Control Message Protocol (ICMP) handle opened by IcmpCreateFile.
IcmpCreateFile X X This function creates a handle on which Internet Control Message Protocol (ICMP) requests can be issued.
IcmpParseReplies X X This function parses the reply buffer provided and returns the number of ICMP responses found.
IcmpSendEcho X X This function sends an Internet Control Message Protocol (ICMP) echo request, and returns one or more replies.
IcmpSendEcho2 X X This function sends an ICMP echo request and the call returns either immediately, if the Event parameter is non-NULL, or returns after the specified timeout.

See Also

TCP/IP

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.