IcmpCloseHandle
This function closes an Internet Control Message Protocol (ICMP) handle opened by IcmpCreateFile.
BOOL WINAPI IcmpCloseHandle(
HANDLE IcmpHandle
);
Parameters
- IcmpHandle
[in] ICMP handle opened by IcmpCreateFile.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Icmpapi.h.
Library: Iphlpapi.dll.
OS Versions: Windows CE 2.12 through .NET 4.0.
Header: Icmpapi.h.
Library: Icmplib.lib.
See Also
ICMP Functions | IcmpCreateFile
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.