I\'ve been using a 3G wireless card for a while and every time I connect, my anti-virus fires up the updates.
I\'m wondering what is the Win32 API set of functions t
Look at InternetGetConnectedState in WinINet.
Some applications might also poll for a known server and not do anything until they get a valid connection.