Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SPIF_UPDATEINIFILE = &H1
Message
 
 
To
19/06/2001 10:41:23
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00521027
Message ID:
00521032
Views:
17
>In the Msdn i have seen a win32api example.
>The example is for VB.
>There is a line like this.
>
>Const SPIF_UPDATEINIFILE = &H1
>
>What was &H1 mean in vfp.
>Thanks.

&H1 means hexadecimal 1 which is equal decimal 1.
You can define it in foxpro as
#DEFINE SPIF_UPDATEINIFILE 0x1
or just
#DEFINE SPIF_UPDATEINIFILE 1
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform