isRegistered | R Documentation |
This function checks the Windows registry for an entry for the specified COM class. The caller can identify the class either by its user-level name or its UUID.
isRegistered(name)
name |
an identifier for the COM class, which can be either the human readable name/program id, or the UUID for the class. |
This looks in the standard place for the program name and then looks for the class identifier.
A logical value indicating if there is an entry in the windows registry associated with this DCOM class.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinRegistry
lookupCLSIDByName
registryKeyExists
getRegistryValue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.