Platform SDK: Network Management

SERVER_INFO_1107

The SERVER_INFO_1107 structure specifies the number of users that can simultaneously log on to the specified server.

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

  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