SERVER_INFO_1542  22JTJ46 

The SERVER_INFO_1542 structure contains information about the specified server, including name, platform, type of server, and associated software.

typedef struct _SERVER_INFO_1542 { 
    BOOL    sv1542_maxfreeconnections;
} SERVER_INFO_1542, *PSERVER_INFO_1542, *LPSERVER_INFO_1542;
 

Members

sv1542_maxfreeconnections

Specifies the maximum number of connection structures the server sets aside to handle bursts of requests by clients to connect to the server.

 

See Also

NetServerGetInfo