lookupCLSIDByName {RDCOMServer} | R Documentation |
This searches the Windows registry for the class identifier associated with the given user-level name.
lookupCLSIDByName(name)
name |
the user-level name (i.e. application identifier) for the COM class of interest. This is the name by which the class was registered. |
This looks for an entry in the
HKEY_CLASSES_ROOT
key
with this name and then looks for a
sub-key named CLSID
.
The UUID is taken from the default value of this key.
A
Duncan Temple Lang <duncan@research.bell-labs.com>
http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinRegistry
SCOMIDispatch
SCOMFunctionClass