Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LogonUser API
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
LogonUser API
Miscellaneous
Thread ID:
00567273
Message ID:
00567273
Views:
46
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
Next
Reply
Map
View

Click here to load this message in the networking platform