NextPrevUpTopContentsIndex

3.2 Starting a remote Automation server

A remote Automation server is started from Lisp by using its coclass name, CLSID or ProgID. The macro with-coclass can be used to make an instance of an automation server from its coclass name for the duration of its body. The function create-object can be used to start an automation server given its CLSID or ProgID. The function create-instance-with-events can be used to start and automation server and set its event handler.


LispWorks COM/Automation User Guide and Reference Manual - 23 Mar 2005

NextPrevUpTopContentsIndex