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

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 function start-factories 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


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