Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with API declaration?
Message
From
09/11/1999 02:07:00
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00288891
Message ID:
00288901
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform