All Manuals > LispWorks COM/Automation User Guide and Reference Manual > 2 COM Reference Entries

NextPrevUpTopContentsIndex

start-factories

Function
Summary

Starts all the registered class factories.

Package

com

Signature

start-factories &optional clsctx

Arguments

clsctx

The CLSCTX in which to start the factories.

Description

The start-factories function starts all the registered class factories in the given clsctx, which defaults to CLSCTX_LOCAL_SERVER. This function should be called once when a COM server application starts if it has externally registered class factories.

See also

register-class-factory-entry
stop-factories
register-server
unregister-server
co-initialize


LispWorks COM/Automation User Guide and Reference Manual - 14 Feb 2015

NextPrevUpTopContentsIndex