comRegisterServer {rcom} | R Documentation |
This function registers the COM server at runtime. It is called automatically
when the package rcom
is loaded.
Technically, this will register the class factory in the system, so calls
to CoCreateInstance()
from client applications will succeed.
Remark: The type library will be loaded on demand later on
comUnregisterServer()
is used to unregister the class object (class
factory) again.
comRegisterServer()
Thomas Baier
comUnregisterServer
,
comRegisterRegistry