Data of Class _typelib_CompoundMember_Init


eTypeClass
typelib_TypeClass eTypeClass;

Summary
type class of compound member

pTypeName
rtl_uString * pTypeName;

Summary
name of type of compound member

Description
        For a member of an instantiated polymorphic struct type that is of
        parameterized type, this will be a null pointer.
    

pMemberName
rtl_uString * pMemberName;

Summary
name of compound member

Top of Page