comUnregisterServer {rcom}R Documentation

Terminate the COM server

Description

This function will deregister the COM server at runtime.

Technically, this will unregister the class factory in the system, so future calls to CoCreateInstance() from client applications will fail.

Usage

comUnregisterServer()

Arguments

Author(s)

Thomas Baier

See Also

comRegisterServer, comUnregisterRegistry


[Package rcom version 1.5-1 Index]