This is used in server state to deal with incoming connection requests. Requests are denied if the maximum number of clients (set during mnStartServer) has been reached.
int Instance: This is the instance that the command should use.
A number greater than 0 if a new client
has joined. This number is the client ID of the new client.
0 if no new client has joined.
-1 if an error occurred.
DBP
C++
.Net