ElementDescription-class    package:SWinTypeLibs    R Documentation

_B_a_s_e _c_l_a_s_s _f_o_r _d_e_s_c_r_i_b_i_n_g _e_l_e_m_e_n_t_s _o_f _a _t_y_p_e _l_i_b_r_a_r_y.

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

     Base class for describing elements such as variables, functions,
     etc. within a 'ITypeInfo-class' object.

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

     A virtual Class: No objects may be created from it.

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


     '_n_a_m_e': Object of class '"character"' name of the element being
          described 

     '_h_i_d_d_e_n': Object of class '"logical"' indicates whether the
          element is intended to be  hidden or not

     '_m_e_m_i_d': for a dispatch type, this is the same as the DISPID
          value. If I recall, this can be used to avoid the lookup in
          the C code of the element before doing the dynamic call.

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

     No methods defined with class "ElementDescription" in the
     signature.

_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' 'FunctionDescription-class'
     'ParameterDescription-class' 'VariableDescription-class'
     'PointerTypeDescription-class'

