Further Considerations About Client Management DLLs
When implementing Client Management DLLs, consider the following:
-
A Client Management DLL must use the Unicode character set.
-
A Client Management DLL cannot call back into TAPI. If it requires TAPI information, it must use a separate thread or process. It must not block a call from TAPISRV while it waits for another thread or process to call into TAPI.
-
If the administrator changes the Client Management DLL list by running the server configuration application tcmsetup again, TAPI modifies its list of DLLs to accommodate the changes without needing to be restarted.
-
Administrator privileges on the telephony server bypasses the Client Management DLLs.