Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass array by reference to function in dll file
Message
From
17/06/2003 08:02:47
 
 
To
17/06/2003 05:50:04
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00800718
Message ID:
00800734
Views:
23
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
Previous
Reply
Map
View

Click here to load this message in the networking platform