ParameterStyle-class {SWinTypeLibs} | R Documentation |
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.
Create in C code.
In
:"logical"
is it an input variable out
:"logical"
is it an output variable, i.e. containing a return value optional
:"logical"
is the parameter optional in a call, or in other words, can the caller omit this argument in a call.lcid
:"logical"
is the locale information of the client application retval
:"logical"
is the return value of the method.No methods defined with class "ParameterStyle" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://msdn.microsoft.com/library http://www.omegahat.org/RWinTypeLibs
getElements
ParameterDescription-class