Group: IP Helper - Library: iphlpapi
How to ping a remote site using ICMP API calls
BOOL IcmpCloseHandle(
HANDLE IcmpHandle
); DECLARE INTEGER IcmpCloseHandle IN icmp;
INTEGER IcmpHandle IcmpHandle [in] Handle to close.
If the handle is closed successfully the return value is TRUE, otherwise FALSE.
Home