This function creates a handle on which Internet Control Message Protocol (ICMP) requests can be issued.
At a Glance
Header file: | Icmpapi.h |
Windows CE versions: | 2.0 and later |
Syntax
HANDLE WINAPI IcmpCreateFile (VOID);
Return Values
An ICMP handle indicates success. INVALID_HANDLE_VALUE indicates failure. To get extended error information, call GetLastError.
See Also