computeFunctionInformation   package:SWinTypeLibs   R Documentation

_C_r_e_a_t_e _i_n_f_o_r_m_a_t_i_o_n _a_b_o_u_t _a _C_O_M _m_e_t_h_o_d

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

     This function is used by 'createCOMSClass' when creating methods
     for '$' and '$<-' for a COM class. This computes information about
     the parameters for the method, which are required and a collection
     of converter functions for marshalling the S values in the call to
     the target COM types.

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

     computeFunctionInformation(desc)

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

    desc: the 'FunctionDescription-class' object describing the COM
          method.

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

     A list 

paramNames: the names of the different parameters

required: a vector giving the names of the required arguments

converters: not currently meaningful

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

     'createCOMSClass' 'generateOperators' ''

