SERVER_INFO_1107 structure (lmserver.h)
The SERVER_INFO_1107 structure specifies the number of users that can simultaneously log on to the specified server.
Syntax
typedef struct _SERVER_INFO_1107 {
DWORD sv1107_users;
} SERVER_INFO_1107, *PSERVER_INFO_1107, *LPSERVER_INFO_1107;
Members
sv1107_users
Specifies the number of users who can attempt to log on to the system server. Note that it is the license server that determines how many of these users can actually log on.
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) |