Function
Unregisters a COM class factory.
revoke-registration factory => ()
<class-factory>.
Unregisters a COM class factory, making it no longer available to potential controller clients. This function returns no values.
This function does nothing if the argument is #f or $null-interface, or if it has already been called on the same factory instance.
See Section 4.3.4 on page 174 for a description of the role of class factories in OLE Automation.