getFuncs            package:SWinTypeLibs            R Documentation

_M_e_t_a-_I_n_f_o_r_m_a_t_i_o_n _a_b_o_u_t _F_u_n_c_t_i_o_n_s

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

     This is a generic function that retrieves information describing 
     the collection of different functions or routines within a type
     library or an (D)COM object.

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

     getFuncs(x, lib = NULL)

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

       x: the object in which to lookup the  functions. This can be a
          'ITypeInfo-class' or a  'COMIDispatch-class'. The former is
          computed from the 'ITypeLib' object.

     lib: an 'ITypeLib-class' object  associated with the
          'ITypeInfo-class' (i.e. the value of  'x') object in which
          the functions are to be found.  It is often helpful to be
          able to specify this to avoid extra computations.
          Specifically, we can use cached values for a library via the
          'INamedTypeLib-class' which  pre-fetches the primary
          components of the library and avoids the overhead of
          recomputing them each time they are needed. 

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

     A list of 'FunctionDescription-class' objects.

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

     'getElements' 'LoadTypeLib' 'COMCreate' '.COM'

