engiGetDefinedType

This call returns a simple type for defined type handle and can inquire referenced type, if any

Syntax

//
//   Strong typing definition
//
enum_express_attr_type  engiGetDefinedType(
                                SchemaDecl              definedType,
                                SchemaDecl              * referencedDeclaration,
                                SchemaAggr              * aggregationDescriptor
                            );


//
//   Weak typing definition
//
unsigned char   __declspec(dllexport) __stdcall    engiGetDefinedType(
                                                                                        int_t                   definedType,
                                                                                        int_t                   * referencedDeclaration,
                                                                                        int_t                   ** aggregationDescriptor
                                                                                    );
    

Property definedType

Size: 32 bit / 4 byte (value)
???.

Property referencedDeclaration

Size: 32 bit / 4 byte (reference)
???.

Property aggregationDescriptor

Size: 32 bit / 4 byte (reference)
???.