Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LogonUser API
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
LogonUser API
Divers
Thread ID:
00567273
Message ID:
00567273
Vues:
48
I am trying to use the LogonUser API in my COM dll, but I can never get past the call to LogonUser. It always returns an error and lnHWND remains 0. I am running this on a win2k pro machine from the VFP7 command line. I am set up with admin rights on the machine.


lnHWND = 0
DECLARE integer RevertToSelf IN WIN32API
Declare integer LogonUser in Win32API String, String, String, Double, Double,Long @

=RevertToSelf()
?LogonUser('MyAcct','MyDomain','MyPW',2,0,@lnHWND)
?lnHWND

What am I doing wrong?

tia,
Bill Mittenzwey
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform