SessionInfoLevel Enumeration |
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public enum SessionInfoLevel
Public Enumeration SessionInfoLevel
public enum class SessionInfoLevel
Members
| Member name | Value | Description |
---|
| Info0 | 0 | Contains the name of the computer that established the session. |
| Info1 | 1 | Contains information about the session, including name of the computer; name of the user; and open files, pipes, and devices on the computer. |
| Info2 | 2 | Contains information about the session, including name of the computer; name of the user; open files, pipes, and devices on the computer; and the type of client that established the session. |
| Info10 | 10 | Contains information about the session, including name of the computer; name of the user; and active and idle times for the session. |
| Info502 | 502 | Contains information about the session, including name of the computer; name of the user; open files, pipes, and devices on the computer; and the name of the transport the client is using. |
See Also