Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get the user on a NT server
Message
From
06/08/1996 04:21:36
 
 
To
05/08/1996 22:57:38
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00005083
Message ID:
00005100
Views:
46
>I always used GPLIB to get the user from a Novell network.
>
>Now, I am installing a system on a Windows NT server. I thing there was a thread about that a while ago. I need to get the user who's log on a Windows NT server from a Windows '95 station.

the winAPI call GetUserName might be what u want
e.g.

DECLARE INTEGER GetUserName in WIN32API String @,Integer
buffer=space(20)
=GetUserName(@buffer,20)

Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform