Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with API declaration?
Message
De
09/11/1999 02:07:00
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00288891
Message ID:
00288901
Vues:
21
You don't need any additional software/helper solutions:
DECLARE INTEGER InternetConnect IN WinInet.dll ;
  INTEGER hInternet, ;
  STRING cServerName, ;
  INTEGER nServerPort, ;
  STRING cUserName, ;
  STRING cPassword, ;
  INTEGER nService, ;
  INTEGER nFlags, ;
  INTEGER nContext
Vlad

>HINTERNET WINAPI InternetConnect(
>HINTERNET hInternet, LPCTSTR lpszServerName,
>INTERNET_PORT nServerPort, LPCTSTR lpszUserName ,
>LPCTSTR lpszPassword , DWORD dwService, DWORD dwFlags,
>DWORD dwContext);
>
>I got struct.zip, but need some help with the declaration and am wondering if this function can be used while Internet Transfer Control is activated? I need this to assure a passive mode. I guess I should also ask if the mode can be anything other than passive or secure. The client needs to allow server communications to be read from ports other than 21.
>Thanks Terry
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform