Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1787 connectés 

  FORUM HardWare.fr
  Programmation
  C++

  [C] Utilisateur windows

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[C] Utilisateur windows

n°419563
nono2003
Posté le 06-06-2003 à 15:28:15  profilanswer
 

Bonjour,
 
Comment fait-on en c pour connaitre l'utilisateur actuellement connecté ?
 
Genre : administrateur
 
Merci De vous y interesser
 
NoNo

mood
Publicité
Posté le 06-06-2003 à 15:28:15  profilanswer
 

n°420065
jagstang
Pa Capona ಠ_ಠ
Posté le 06-06-2003 à 18:44:59  profilanswer
 

Dans l'API Windows :
---------------------
 
The GetUserName function retrieves the user name of the current thread. This is the name of the user currently logged onto the system.  
 
BOOL GetUserName(
 
    LPTSTR lpBuffer, // address of name buffer  
    LPDWORD nSize  // address of size of name buffer  
   );  
 
 
Parameters
 
lpBuffer
 
Points to the buffer to receive the null-terminated string containing the user's logon name. If this buffer is not large enough to contain the entire user name, the function fails.  
 
nSize
 
Pointer to a DWORD that, on input, specifies the maximum size, in characters, of the buffer specified by the lpBuffer parameter. If this buffer is not large enough to contain the entire user name, the function fails. If the function succeeds, it will place the number of characters copied to the buffer into the DWORD that nSize points to.  
 
 
 
Return Values
 
If the function succeeds, the return value is nonzero, and the variable pointed to by nSize contains the number of characters copied to the buffer specified by lpBuffer, including the terminating null character.  
If the function fails, the return value is zero. To get extended error information, call GetLastError.  
 
Remarks
 
If the current thread is impersonating another client, the GetUserName function returns the user name of the client that the thread is impersonating.  
 
See Also
 
LookupAccountName


Message édité par jagstang le 06-06-2003 à 18:45:44

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  C++

  [C] Utilisateur windows

 

Sujets relatifs
JNI - Obtenir une image Java à partir d'une image Windows[C] Gestion des users windows
Plugin et pure DLL windowsgcc sous windows comment ca marche ? (boulet inside)
Ouverture d'une pop-up sur tout l'écran (windows 2000)???compiler en .exe sous windows (projet jbuilder)
[VBA - Excel/Word] Récupérer les noms utilisateur & ordinateur ?[JAVA] detection d'utilisateur
[C++] WIFI, récupérer la qualité du réseau ! ( API windows?) (prj BTS)Freeware donnant class des windows ? (à la spy++)
Plus de sujets relatifs à : [C] Utilisateur windows


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR