Before an implementation (a server program and class libraries) can be used by client applications, it must be registered with DSOM by running the Implementation Registration utility program, REGIMPL. This facility is available primarily for use in command (.CMD) files.

During execution of REGIMPL, DSOM updates its database to include the new server implementation and the associated classes. This enables DSOM to find and, if necessary, to activate the server so that clients can invoke methods on it.

Below are some examples on how you can use REGIMPL.