ParameterStyle-class | 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
:Object of class "logical"
is it an input variable
out
:Object of class "logical"
is it an output variable, i.e. containing a return value
optional
:Object of class "logical"
is the parameter optional in a call, or in other words, can the caller omit this argument in a call.
lcid
:Object of class "logical"
is the locale information of the client application
retval
:Object of class "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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.