IcmpCloseHandle

The IcmpCloseHandle function closes an ICMP handle opened by IcmpOpenFile.

Syntax

BOOL WINAPI IcmpCloseHandle (HANDLE IcmpHandle);

At a Glance

Header file: Icmpapi.h
Platforms: H/PC
Versions: 2.0 and later

Parameters

IcmpHandle
An ICMP handle opened by IcmpCreateFile.

Return Values

Returns TRUE if the handle was successfully closed, otherwise FALSE.

See Also

IcmpCreateFile