Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding InternetReadFile to your FTP class.
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00413573
Message ID:
00437986
Views:
17
lnReadOK = InternetReadFile(lnFileHandle, lcReadBuffer, lnPktSize, @lnBytesRead)

Hi Edmond,

replace

lnReadOK = InternetReadFile(lnFileHandle, lcReadBuffer, lnPktSize, @lnBytesRead)

with

lnReadOK = InternetReadFile(lnFileHandle, @lcReadBuffer, lnPktSize, @lnBytesRead)

Marcel
Previous
Reply
Map
View

Click here to load this message in the networking platform