SERVER_INFO_1010 structure (lmserver.h)
The SERVER_INFO_1010 structure contains the auto-disconnect time associated with the specified server.
Syntax
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
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lmserver.h (include Lm.h) |