Overview   Namespace   Class   Index   Help 
PUBLIC MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA

::

struct _typelib_ArrayTypeDescription


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
Type description of an array.
File
typedescription.h

Public Members

Data

typelib_IndirectTypeDescription aBase; inherits all members of typelib_IndirectTypeDescription
sal_Int32 nDimensions; number of dimensions
sal_Int32 nTotalElements; number of total array elements
sal_Int32 * pDimensions; array of dimensions

Top of Page