Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a Delphi Record Structure
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00999765
Message ID:
01001110
Views:
36
Could you describe input and output parameters in this structure.

In case of a simple structure, it's comparatively easy to assemble it in a FoxPro string. Then this structure can be passed by reference to your external function.

An example:
DECLARE INTEGER myfunction IN mylib.dll;
STRING @thestructure
Again, it depends on the structure's complexity, whether you need to use an API Structure class or just a "manual" assembling is enough.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform