Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass array by reference to function in dll file
Message
De
17/06/2003 08:02:47
 
 
À
17/06/2003 05:50:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00800718
Message ID:
00800734
Vues:
24
Hi Tao,

I've never passed an array to a dll. I do it all the time with procedures.
SomeOtherProc(&laMyArray)

PROCEDURE SomeOtherProc
    LPARAMETERS paMyArray

EXTERNAL ARRAY paMyArray
*!* You can now change the array elements.

HTH
Mike
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform