isRegistered: Determines if COM class is in registry

View source: R/registry.S

isRegisteredR Documentation

Determines if COM class is in registry

Description

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.

Usage

isRegistered(name)

Arguments

name

an identifier for the COM class, which can be either the human readable name/program id, or the UUID for the class.

Details

This looks in the standard place for the program name and then looks for the class identifier.

Value

A logical value indicating if there is an entry in the windows registry associated with this DCOM class.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinRegistry

See Also

lookupCLSIDByName registryKeyExists getRegistryValue


omegahat/RDCOMServer documentation built on July 17, 2022, 7:25 p.m.