getTypeByUUID          package:SWinTypeLibs          R Documentation

_F_i_n_d_s _e_l_e_m_e_n_t _i_n _I_T_y_p_e_L_i_b_r_a_r_y _b_y _U_U_I_D

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     getTypeByUUID(uuid, lib)

_A_r_g_u_m_e_n_t_s:

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

     lib: the 'ITypeLib-class' object representing the type library.

_V_a_l_u_e:

     An object of class 'ITypeInfo-class'

_A_u_t_h_o_r(_s):

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

_R_e_f_e_r_e_n_c_e_s:

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

_S_e_e _A_l_s_o:

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

