NextPrevUpTopContentsIndex

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

Register the 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 Using Automation.

Examples

 

See also

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


LispWorks COM/Automation User Guide and Reference Manual - 21 Feb 2008

NextPrevUpTopContentsIndex