| Platform SDK: Network Management |
The SESSION_INFO_10 structure contains information about the session, including name of the computer; name of the user; and active and idle times for the session.
typedef struct _SESSION_INFO_10 {
LPWSTR sesi10_cname;
LPWSTR sesi10_username;
DWORD sesi10_time;
DWORD sesi10_idle_time;
} SESSION_INFO_10, *PSESSION_INFO_10, *LPSESSION_INFO_10;
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Unsupported.
Header: Declared in Lmshare.h.
Network Management Overview, Network Management Structures, Session Functions, NetSessionEnum, NetSessionGetInfo