IcmpCloseHandle

This function closes an Internet Control Message Protocol (ICMP) handle opened by IcmpCreateFile.

At a Glance

Header file: Icmpapi.h
Windows CE versions: 2.0 and later

Syntax

BOOL WINAPI IcmpCloseHandle (HANDLE IcmpHandle);

Parameters

IcmpHandle

[in] ICMP handle opened by IcmpCreateFile.

Return Values

TRUE indicates success. FALSE indicates failure.

See Also

IcmpCreateFile