C# Class Zazzles.UserComponents.WindowsUser

Inheritance: IUser
Afficher le fichier Open project: FOGProject/zazzles

Méthodes publiques

Méthode Description
GetInactivityTime ( ) : int
GetUsersLoggedIn ( ) : List

Private Methods

Méthode Description
GetLastInputInfo ( Lastinputinfo &plii ) : bool
GetSessionIds ( ) : List

Get all active session IDs

GetUserNameFromSessionId ( int sessionId, bool prependDomain ) : string

Convert a session ID to its correlating username

WTSFreeMemory ( IntPtr pointer ) : void
WTSQuerySessionInformation ( IntPtr hServer, int sessionId, WtsInfoClass wtsInfoClass, IntPtr &ppBuffer, int &pBytesReturned ) : bool

Method Details

GetInactivityTime() public méthode

public GetInactivityTime ( ) : int
Résultat int

GetUsersLoggedIn() public méthode

public GetUsersLoggedIn ( ) : List
Résultat List