lookupCLSIDByName | 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@wald.ucdavis.edu>
http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinRegistry
SCOMIDispatch
SCOMFunctionClass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.