All Manuals > COM/Automation User Guide and Reference Manual > 1 Using COM

1.4 Initializing the COM runtime

Before you can interact with COM, you must initialize the COM runtime by calling co-initialize. This must be called in every thread that uses COM. LispWorks takes care of cleaning up the COM runtime when a thread exits, but you can also do this explicitly using co-uninitialize.


COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:38