Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing an Internet connection
Message
De
08/08/2002 04:21:26
Dennis Little
Ist Choice Travel
Glos, Royaume Uni
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Closing an Internet connection
Divers
Thread ID:
00687408
Message ID:
00687408
Vues:
57
The following code works as far as making a connection is concerned but does close the connection on my Win 2k Pro O/S.

* Source: http://www.vb-world.net/tips/tip478.html
* Author: http://www.vb-world.net/php-bin/authorbio.php?
* authorid=3&associd=478&assoctype=3

#DEFINE INTERNET_AUTODIAL_FORCE_ONLINE 1
#DEFINE INTERNET_AUTODIAL_FORCE_UNATTENDED 2

DECLARE INTEGER InternetAutodial IN wininet.dll;
INTEGER dwFlags, INTEGER dwReserved

DECLARE INTEGER InternetAutodialHangup IN wininet.dll;
INTEGER dwReserved

* To prompt the user to connect to the Net
* InternetAutodial (INTERNET_AUTODIAL_FORCE_ONLINE, 0)

* To automatically start dialling
* InternetAutodial (INTERNET_AUTODIAL_FORCE_UNATTENDED, 0)

* To disconnect an automatically dialled connection
* InternetAutodialHangup(0)

What alternatives are there, please?

TIA

Dennis
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform