IcmpCloseHandle (Windows CE 5.0)
This function closes an Internet Control Message Protocol (ICMP) handle opened by IcmpCreateFile.
BOOLWINAPI IcmpCloseHandle(HANDLEIcmpHandle);
Parameters
- IcmpHandle
[in] ICMP handle opened by IcmpCreateFile.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 2.12 and later.
Header: Icmpapi.h.
Library: Icmplib.lib.
See Also
ICMP Functions | IcmpCreateFile
Send Feedback on this topic to the authors