Previous Topic: Multi-Instance Client ManagerNext Topic: Configuring Client Manager Server Connections


Client Manager ID User Exit

A common user exit, CMICXnnN.DLL (where nn is the current CA Gen release number) is available for use by both GUI applications, through the CA Gen Client Manager CoopFlow dll, and the Client Manager executable. This customizable user exit DLL has a single function entry point, ci_cm_id(), which should return a consistent string value. This entry point must return a string containing an ID that is used to uniquely identify a specific Client Manager.

The string of characters that is returned is then used in constructing the Client Manager IPC resource (the Windows mailslot), which is used for communicating between the client application and the Client Manager.

Example:

Notes:

More information:

User Exits