getTypeByUUID: Finds element in ITypeLibrary by UUID

View source: R/classes.S

getTypeByUUIDR Documentation

Finds element in ITypeLibrary by UUID

Description

This function takes a library and a UUID and finds the element by comparing the UUID to those of all elements in the library. This function is used in the [[ method for indexing the type library by name/uuid.

Usage

getTypeByUUID(uuid, lib)

Arguments

uuid

the UUID string (with enclosing braces ({}).

lib

the ITypeLib-class object representing the type library.

Value

An object of class ITypeInfo-class

Author(s)

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

References

http://msdn.microsoft.com/library http://www.omegahat.org/SWinTypeLibs

See Also

names,ITypeLib-method [[,ITypeLib,character-method


omegahat/SWinTypeLibs documentation built on Jan. 17, 2024, 6:40 p.m.