See also:
- How to ping a remote site using IP Helper API calls
- How to ping a remote site using ICMP API calls
- Function InternetAttemptConnect
DECLARE INTEGER InetIsOffline IN url INTEGER dwFlags
IF InetIsOffline(0) = 0
? "The local system is connected to the Internet."
ELSE
? "The local system is not currently connected to the Internet."
ENDIF
Home