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 - 21 Feb 2008

NextPrevUpTopContentsIndex