ParameterStyle-class      package:SWinTypeLibs      R Documentation

_Q_u_a_l_i_f_e_r _o_f _a _p_a_r_a_m_e_t_e_r _d_e_s_c_r_i_p_t_i_o_n

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

     This provides additional information about a parameter in a COM
     method in terms of how it is expected to be used. It provides
     information about whether it is an input or an output variable.

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

     Create in C code.

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


     '_I_n': Object of class '"logical"' is it an input variable 

     '_o_u_t': Object of class '"logical"' is it an output variable, i.e.
          containing a return value 

     '_o_p_t_i_o_n_a_l': Object of class '"logical"' is the parameter optional
          in a call, or in other words, can the caller omit this
          argument in a call.

     '_l_c_i_d': Object of class '"logical"' is the locale information of
          the client application 

     '_r_e_t_v_a_l': Object of class '"logical"' is the return value of the
          method.

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

     No methods defined with class "ParameterStyle" 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/RWinTypeLibs>

_S_e_e _A_l_s_o:

     'getElements' 'ParameterDescription-class'

