VariableDescription-class {SWinTypeLibs}R Documentation

Describes a variable in an ITypeInfo object

Description

This class is used to provide an S-level description of a variable in a type library.

Objects from the Class

Generated in C code via getElements.

Slots

type:
Object of class TypeDescription-class description of the type of the variable
name:
inherited from link{ElementDescription-class}
memid:
inherited from link{ElementDescription-class}
hidden:
inherited from link{ElementDescription-class}

Extends

Class "ElementDescription", directly.

Methods

No methods defined with class "VariableDescription" in the signature.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://msdn.microsoft.com/library http://www.omegahat.org/SWinTypeLibs

See Also

getElements ElementDescription-class FunctionDescription-class ParameterDescription-class TypeDescription-class PointerTypeDescription-class


[Package SWinTypeLibs version 0.5-1 Index]