comUnregisterServer {rcom} | R Documentation |
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.
comUnregisterServer()
Thomas Baier
comRegisterServer
, comUnregisterRegistry