Overview   Namespace   Class   Index   Help 

Data of Class _typelib_CompoundTypeDescription


aBase
typelib_TypeDescription aBase;

Summary
inherits all members of typelib_TypeDescription

pBaseTypeDescription
_typelib_CompoundTypeDescription * pBaseTypeDescription;

Summary
pointer to base type description, else 0

nMembers
sal_Int32 nMembers;

Summary
number of members

pMemberOffsets
sal_Int32 * pMemberOffsets;

Summary
byte offsets of each member including the size the base type

ppTypeRefs
typelib_TypeDescriptionReference * * ppTypeRefs;

Summary
members of the struct or exception

ppMemberNames
rtl_uString * * ppMemberNames;

Summary
member names of the struct or exception

Top of Page