Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Handle to Pointer
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00775644
Message ID:
00776262
Views:
11
I think I got part of the problem:
When I define my declare dlls I placed the parameters inside parenthesis. It seems to be working now. Thanks for the help.

Ramil

>nError = LSopenLogFileLng(@nEnv, "c:\temp\file.log")
>
>nEnv is passed by reference -- notice '@' character before its name.
>
>Probably it is a handle to the log file. You have to pass it by reference because the LSopenLogFileLng will change it by opening the log file "c:\temp\file.log".
ramil
~~ learning to stand still
Previous
Reply
Map
View

Click here to load this message in the networking platform