INamedTypeLib          package:SWinTypeLibs          R Documentation

_C_r_e_a_t_e _i_n_s_t_a_n_c_e _o_f _I_N_a_m_e_d_T_y_p_e_L_i_b _c_l_a_s_s _f_r_o_m _r_e_g_u_l_a_r _I_T_y_p_e_L_i_b

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

     This is a constructor function to create an instance of the
     'INamedTypeLib-class' which  maintains a cache of its components:
     names, UUIDs and 'ITypeInfo-class' elements.  It takes a regular
     'ITypeLib-class'  object and creates the cached version  that can
     be used in its place. The cache avoids recomputing the same
     elements repeatedly.

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

     INamedTypeLib(lib)

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

     lib: an object of class 'ITypeLib-class'.

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

     An instance of the class 'INamedTypeLib-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/RWinTypeLibs>

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

     'ITypeLib-class' 'LoadTypeLib' This is used in 'generateInterface'
     as we make intensive use of the library's contents and so caching
     improves performance.

