Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Handle to Pointer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00775644
Message ID:
00775724
Vues:
15
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".
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform