Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need book to learn Win32Api
Message
From
23/02/1997 13:10:35
 
 
To
23/02/1997 04:26:10
General information
Forum:
Visual FoxPro
Category:
User groups
Miscellaneous
Thread ID:
00021647
Message ID:
00021684
Views:
47
>but structures (and pointers) are different things as VFP doesn't have them

It's true that VFP doesn't have pointers. Fortunately, for Win32API, you just need to send pointers as parameters for functions, not to make any other operations with them.

The rule is simple:
If the parameter is a pointer, you send it by address: @MyVar. If it's not a pointer, you send it by value: MyVar.

HTH,
Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform