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:
00775724
Views:
14
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".
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform