Next Previous Up Top Contents Index

6.7.6 Miscellaneous OLE-SERVER module classes and functions

revoke-registration

Function

Signature

revoke-registration factory => ()

Arguments

factory
An instance of <class-factory>.

Values

None.

Library

OLE-Server

Module

OLE-Server

Description

Before your server application terminates, make it call this function on the class factory instance to cancel the registration of the server object instance. In other words, this makes the server object no longer available for clients to connect to it. (The class is still available, but if a client tries to a new copy of the program will be initiated instead of using this one.)

This function does nothing if the argument is #f or $null-instance, or if the class factory was not registered anyway.


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

Next Previous Up Top Contents Index