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

register-class-factory-entry Function

Summary

Registers the description of a class factory.

Package

com

Signature

register-class-factory-entry new-factory-entry

Arguments
new-factory-entry
A factory entry from make-factory-entry.
Description

The function register-class-factory-entry registers new-factory-entry with the COM runtime so that register-server, unregister-server, start-factories and stop-factories will know about the coclass in the factory entry. This is done automatically if you use define-automation-component described in the 3 Using Automation.

Examples
See also

make-factory-entry
start-factories
stop-factories
register-server
unregister-server


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