Platform SDK: Network Management |
Windows 95/98: 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.
Windows NT/2000: This structure is not supported on Windows NT/Windows 2000. You can use the SESSION_INFO_10 structure instead.
struct _session_info_10 { char FAR * sesi10_cname; char FAR * sesi10_username; unsigned long sesi10_time; unsigned long sesi10_idle_time; };
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Svrapi.h.
Network Management Overview, Network Management Structures, Session Functions, NetSessionGetInfo, session_info_0, session_info_1, session_info_2, session_info_50