ElementDescription-class | R Documentation |
Base class for describing elements such as variables, functions, etc.
within a ITypeInfo-class
object.
A virtual Class: No objects may be created from it.
name
:Object of class "character"
name of the element being described
hidden
:Object of class "logical"
indicates whether the element is intended to be
hidden or not
memid
: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.
No methods defined with class "ElementDescription" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://msdn.microsoft.com/library http://www.omegahat.org/SWinTypeLibs
getElements
FunctionDescription-class
ParameterDescription-class
VariableDescription-class
PointerTypeDescription-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.