Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get the user on a NT server
Message
De
06/08/1996 04:21:36
 
 
À
05/08/1996 22:57:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00005083
Message ID:
00005100
Vues:
36
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform