Platform SDK: Network Management

session_info_0

Windows 95/98: The session_info_0 structure contains the name of the computer that established the session.

Windows NT/2000: This structure is not supported on Windows NT/Windows 2000. You can use the SESSION_INFO_0 structure instead.

struct _session_info_0 {
  char FAR *      sesi0_cname;
};

Members

sesi0_cname
Pointer to a string specifying the name of the computer that established the session.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Svrapi.h.

See Also

Network Management Overview, Network Management Structures, Session Functions, session_info_1, session_info_2, session_info_10, session_info_50, NetSessionGetInfo