Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How To Find Constant Values
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00939154
Message ID:
00939158
Vues:
14
Check http://cvs.sourceforge.net/viewcvs.py/mingw/w32api/include/wininet.h?rev=1.3

>I'm on MSDN looking at this API call:
>
>
>HINTERNET InternetConnect(
>  HINTERNET hInternet,
>  LPCTSTR lpszServerName,
>  INTERNET_PORT nServerPort,
>  LPCTSTR lpszUsername,
>  LPCTSTR lpszPassword,
>  DWORD dwService,
>  DWORD dwFlags,
>  DWORD_PTR dwContext
>);
>
>
>
>The help for the parameter nServerPort lists:
>
>
>Value 	                        Meaning
>INTERNET_DEFAULT_FTP_PORT 	Uses the default port for FTP servers (port 21).
>INTERNET_DEFAULT_GOPHER_PORT 	Uses the default port for Gopher servers (port 70).
>INTERNET_DEFAULT_HTTP_PORT 	Uses the default port for HTTP servers (port 80).
>INTERNET_DEFAULT_HTTPS_PORT 	Uses the default port for Secure Hypertext Transfer Protocol INTERNET_DEFAULT_SOCKS_PORT 	Uses the default port for SOCKS firewall servers (port 1080).
>INTERNET_INVALID_PORT_NUMBER 	Uses the default port for the service specified by dwService.
>
>
>How do I find the values of these constants?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform