TypeDescriptionRef-class    package:SWinTypeLibs    R Documentation

_R_e_f_e_r_e_n_c_e _t_o _a _t_y_p_e _d_e_s_c_r_i_p_t_i_o_n _o_b_j_e_c_t

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

     In the type library, some elements will provide type information
     that refers to other classes or interfaces in the same library.
     This is then given as a reference or a path to the particular type
     description.  This class represent such a reference. It holds the
     handle or identifier which we can use to resolve the actual type
     description.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Created internally in the C code.

_S_l_o_t_s:


     '_r_e_f_t_y_p_e': Object of class '"numeric"' the identifier in the type
          library which one uses to resolve the actual type to which
          this one refers.

     '_n_a_m_e': inherited from 'TypeDescription-class'

_E_x_t_e_n_d_s:

     Class '"TypeDescription"', directly.

_M_e_t_h_o_d_s:


     _g_e_t_T_y_p_e_I_n_f_o 'signature(obj = "ITypeInfo", which =
          "TypeDescriptionRef")': resolve the actual type description. 

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

