C# Class PInvoke.WtsApi32.WTS_SESSION_INFO

Show file Open project: AArnott/pinvoke

Public Properties

Property Type Description
SessionID int
State WTS_CONNECTSTATE_CLASS
pWinStationName char*

Property Details

SessionID public property

Session identifier of the session.
public int SessionID
return int

State public property

A value from the WTS_CONNECTSTATE_CLASS enumeration type that indicates the session's current connection state.
public WTS_CONNECTSTATE_CLASS State
return WTS_CONNECTSTATE_CLASS

pWinStationName public property

Pointer to a null-terminated string that contains the WinStation name of this session. The WinStation name is a name that Windows associates with the session, for example, "services", "console", or "RDP-Tcp#0".
public char* pWinStationName
return char*