IcmpCloseHandle This function closes an Internet Control Message Protocol (ICMP) handle opened by IcmpCreateFile.
VB4-32,5,6
Declare Function IcmpCloseHandle Lib "icmp.dll" (ByVal HANDLE As Long) As Boolean |
Operating Systems Supported |
Requires Windows Sockets 2.0 |
- IcmpHandle
[in] ICMP handle opened by IcmpCreateFile. |
TRUE indicates success. FALSE indicates failure. |
|