Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB Call to API vs VFP
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00255827
Message ID:
00256199
Views:
26
This cannot work. VFP will pass a pointer for each string, the pointer will be interpreted as an integer and its first byte will be taken as BYTE (so, an 8-bit integer), etc. If the byte is by ref, the function might try to modify its value... and this will blow everything in VFP.

Vlad

>Try using STRING to replace the BYTE type.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform