Icmp6CreateFile (Windows CE 5.0)
This function opens a handle on which ICMPv6 echo requests can be issued.
HANDLE WINAPI Icmp6CreateFile(VOID);
Parameters
None.
Return Values
An ICMP handle indicates success. INVALID_HANDLE_VALUE indicates failure. To get extended error information, call GetLastError.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Icmpapi.h.
Library: Icmplib.lib.
See Also
Send Feedback on this topic to the authors