Next Previous Up Top Contents Index

4.12 The OLE-AUTOMATION module

revoke-registration

Function

Summary

Unregisters a COM class factory.

Signature

revoke-registration factory => ()

Arguments

factory
An instance of <class-factory>.

Values

None.

Description

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.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index