COMOperationDefinition-class
                        Classes giving meta-information about
                        operations of a DCOM interface
ClassDefinition-class   Classes representing code for defining DCOM
                        classes.
ElementDescription-class
                        Base class for describing elements of a type
                        library.
ExternalClassDefinition-class
                        ExternalClassDefinition for representing
                        referenced DCOM types in other libraries.
FunctionDescription-class
                        Description of a function from a Type Library.
INamedTypeLib           Create instance of INamedTypeLib class from
                        regular ITypeLib
INamedTypeLib-class     Class "INamedTypeLib" ~~~
ITypeInfo-class         Information about an interface, class,
                        enumeration, alias, etc.
ITypeLib-class          Class "ITypeLib"
ITypeLibIdentifier-class
                        Information identifying a Type Library
LoadRegTypeLib          Load type library given UUID and version
                        information
LoadTypeLib             Load Type Library into R
ParameterDescription-class
                        Description of a parameter of a function
                        definition
ParameterStyle-class    Qualifer of a parameter description
PointerTypeDescription-class
                        Description of pointer data type in type
                        library
RCOMTypeInterfaceDefinition-class
                        Classes for representing R code to interface to
                        DCOM classes.
RCOMTypeLibraryInterfaceDefinition-class
                        Class to represent R interface to a Type
                        Library
TypeDescription-class   Description of a data type from a type library.
TypeDescriptionRef-class
                        Reference to a type description object
VariableDescription-class
                        Describes a variable in an ITypeInfo object
computeFunctionInformation
                        Create information about a COM method
createCOMSClass         Generate S class mirroring COM class
define                  Define the generated code from
                        generateInterface() in the current R session
generateClass           Create R code to interface to DCOM class/type
generateEventInterface
                        Create R interface to DCOM event class
generateInterface       Generate S code to interface to classes in a
                        DCOM library.
generateOperators       Define \$ methods for typed COM class
getElements             General mechanism for retrieving elements of a
                        Type Library element
getFuncs                Meta-Information about Functions
getNameIDs              Compute the numeric identifiers for DCOM
                        (method) names.
getRefTypeInfo          Find the ITypeInfo object for the type given in
                        a TypeDescriptionRef object.
getRefTypeName          Get the human-readable name of the interface
                        identified by a reference type
getTypeByUUID           Finds element in ITypeLibrary by UUID
getTypeDocumentation    Documentation for Type Element
getTypeInfo             Reference to ITypeInfo Object
getTypeLib              Get a handle to the type library associated
                        with an object
getTypeLibEventElements
                        Identify all event interfaces in a type
                        library.
getTypeLibInfo          Returns information about identifying a type
                        library
getTypeLibTypes         Types of elements in Type Library
getTypeLibUUIDs         Get all of the UUID/GUIDs of the types in the
                        type library.
queryTypeLibPath        Find the full path of the associated type
                        library.
writeCode               Write the generated code to a
                        stream/connection.
