getTypeLibTypes         package:SWinTypeLibs         R Documentation

_T_y_p_e_s _o_f _e_l_e_m_e_n_t_s _i_n _T_y_p_e _L_i_b_r_a_r_y

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

     This identifies the types of the different elements in the type
     library, indicating whether they are classes, interfaces,
     enumerations, etc.

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

     getTypeLibTypes(lib, which = 1:length(lib), byName = TRUE)

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

     lib: the 'ITypeLib' object

   which: the indices (starting at 1) of the elements in the type
          library to be queried.

  byName: a logical value indicating whether to ....(XXX?)

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

     An named integer vector giving whose elements give the type of
     corresponding entry in the type library  by enumerated value and
     human-readable name. The enumerated values and names are given in
     'TypeKinds'

_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:

     'LoadTypeLib' 'getTypeInfo' 'getTypeDocumentation'

