Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to convert the constant's value in VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows '98
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00990857
Message ID:
00990889
Vues:
20
Replace '&H' with '0x'
* Prefered
#DEFINE INTERNET_FLAG_RAW_DATA 0x40000000
* or
INTERNET_FLAG_RAW_DATA = 0x40000000
>How can I convert the any DLLs constant's value in the VFP.
>
>For example, I want to know the VFP value of the following constants :
>
>Public Const INTERNET_FLAG_RAW_DATA = &H40000000
>Public Const INTERNET_FLAG_EXISTING_CONNECT = &H20000000
>Public Const INTERNET_FLAG_TRANSFER_ASCII = &H1&
>Public Const INTERNET_FLAG_TRANSFER_BINARY = &H2&
>Public Const INTERNET_FLAG_ASYNC = &H10000000
>Public Const INTERNET_FLAG_PASSIVE = &H8000000
>Public Const INTERNET_FLAG_DONT_CACHE = &H4000000
>Public Const INTERNET_FLAG_MAKE_PERSISTENT = &H2000000
>Public Const INTERNET_FLAG_OFFLINE = &H1000000
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform