Platform SDK: Network Management

SERVER_INFO_1010

The SERVER_INFO_1010 structure contains the auto-disconnect time associated with the specified server.

typedef struct _SERVER_INFO_1010 {
  LONG    sv1010_disc;
} SERVER_INFO_1010, *PSERVER_INFO_1010, *LPSERVER_INFO_1010;

Members

sv1010_disc
Specifies the auto-disconnect time, in minutes.

If a session is idle longer than the period of time specified by this member, the server disconnects the session. If the value of this member is SV_NODISC, auto-disconnect is not enabled.

Requirements

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

See Also

Network Management Overview, Network Management Structures, Server Functions, NetServerGetInfo