Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 762 Bytes

File metadata and controls

41 lines (28 loc) · 762 Bytes

Home

Function name : IcmpCloseHandle

Group: IP Helper - Library: iphlpapi


Closes a handle opened by a call to IcmpCreateFile.


Code examples:

How to ping a remote site using ICMP API calls

Declaration:

BOOL IcmpCloseHandle(
	HANDLE IcmpHandle
);  

FoxPro declaration:

DECLARE INTEGER IcmpCloseHandle IN icmp;
	INTEGER IcmpHandle  

Parameters:

IcmpHandle [in] Handle to close.


Return value:

If the handle is closed successfully the return value is TRUE, otherwise FALSE.