Adds a server object to to the list of public servers. Other processes might then obtain a pointer to the server, and use the server to obtain proxies for objects the server controls.
INPUTS
serverPtr
Pointer to a valid server object.
serverID
ID that identifies the server.
RESULT
TRUE if successfull, FALSE otherwise.
EXAMPLE
SEE ALSO
FindServer(), RemoveServer()
NOTES
Probably not a good API. Implemented just to show how one can call methods across process-borders.