Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a Delphi Record Structure
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
00999765
Message ID:
01001110
Vues:
37
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform