Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to access win32api function LogonUser
Message
From
28/12/1998 05:28:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How to access win32api function LogonUser
Miscellaneous
Thread ID:
00170686
Message ID:
00170686
Views:
96
I am trying to logon programmaly to an other domain
I am using to winapi32 function

why is this not working ?

Kind regards


Jan Dorresteijn.

DECLARE INTEGER LogonUser ;
IN WIN32API ;
string @aUser,string @cdomain, string @apassw, integer @aType1,integer @atype2,integer atype3

handle = 0
h_user = "user1"
h_serv = "domain"
h_a1 = 1
h_a2 = 0
h_pass = "passw1"
a= LogonUser(@h_user,@h_serv,@h_pass,@h_a1,@h_a2,@Handle)
? a && returns 0

DECLARE INTEGER GetLastError IN WIN32API
lnError = GetLastError()
wait window STR(lnError) && Returns 127
Next
Reply
Map
View

Click here to load this message in the networking platform