::

struct _typelib_StructMember_Init


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
Init struct of members for typelib_typedescription_newStruct().

Since
UDK 3.2.0
File
typedescription.h

Public Members

Data

typelib_CompoundMember_Init aBase; Derived from typelib_CompoundMember_Init;
sal_Bool bParameterizedType; Flag specifying whether the member is of parameterized type (true) or explict type (false).

Top of Page