ICMP Functions (Windows Embedded CE 6.0)
1/6/2010
The following table shows the ICMP functions with a description of the purpose of each.
Programming element | Description |
---|---|
This function opens a handle on which ICMPv6 echo requests can be issued. |
|
This function parses the reply buffer provided and returns the number of ICMP responses found. |
|
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. |
|
This function closes an Internet Control Message Protocol (ICMP) handle opened by IcmpCreateFile. |
|
This function creates a handle on which Internet Control Message Protocol (ICMP) requests can be issued. |
|
This function parses the reply buffer provided and returns the number of ICMP responses found. |
|
This function sends an Internet Control Message Protocol (ICMP) echo request, and returns one or more replies. |
|
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. |