Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to convert the constant's value in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows '98
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00990857
Message ID:
00990889
Views:
23
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform