Icmp6CreateFile (Windows Embedded CE 6.0)
1/6/2010
This function opens a handle on which ICMPv6 echo requests can be issued.
Syntax
HANDLE WINAPI Icmp6CreateFile(VOID);
Parameters
None.
Return Value
An ICMP handle indicates success. INVALID_HANDLE_VALUE indicates failure. To get extended error information, call GetLastError.
Requirements
Header | icmpapi.h |
Library | Iphlpapi.lib |
Windows Embedded CE | Windows CE .NET 4.1 and later |