Server Manager object

**This object is obsolete in V. 7.0.**

See the Application object, NetApplication object, and User Context object topics.

The entry point into the eRoom Server Access API for applications that run on the eRoom server.

Usage

The Server Manager can be created by CoCreateInstance in C/C++ and by CreateObject in Visual Basic. To access any other eRoom Server Access API object, you must first create a Server Manager object.

You cannot create more than one Server Manager object per application. Calling CreateObject or CoCreateInstance more than once in an application results in multiple references to the same Server Manager object.

Home

Implements

IERUSvrManager