SERVER_INFO_1515 structure (lmserver.h)
The SERVER_INFO_1515 structure specifies whether the server should force a client to disconnect once the client's logon time has expired.
Syntax
typedef struct _SERVER_INFO_1515 {
BOOL sv1515_enableforcedlogoff;
} SERVER_INFO_1515, *PSERVER_INFO_1515, *LPSERVER_INFO_1515;
Members
sv1515_enableforcedlogoff
Specifies whether the server should force a client to disconnect, even if the client has open files, once the client's logon time has expired.
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) |