Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to set INTERNET_FLAG_PASSIVE in WININET
Message
De
08/11/1999 16:08:45
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00288606
Message ID:
00288677
Vues:
122
Terry, the INTERNET_FLAG_PASSIVE is used in the InternetConnect function in wininet.dll.

The value is:
#define INTERNET_FLAG_PASSIVE 134217728

The usage is:
InternetConnect(THIS.nInet_Handle, (THIS.cIPAddress), VAL(THIS.cPort), THIS.cUserName), (THIS.cPassword), INTERNET_SERVICE_FTP, INTERNET_FLAG_PASSIVE, 0)

If your interested in this code bit, you can see all of it if you download the FTP_Class from the files section under Internet.

Rob.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform