Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling WIN API.
Message
From
20/03/1997 20:25:08
 
 
To
20/03/1997 12:21:28
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00025042
Message ID:
00025107
Views:
34
>Hi,
>I need to pass a structure to an API from VFP5. If the structure consists of strings or numerical values, no problem. The question is how I pass a structure that has pointers in it.
>TIA
>Nick

You must pass a char string. The length of the string must be the same as the length of the structure. You must build the structure in this string. This is based on the fact that a structure uses always a contigous memory space.

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform