engiGetDefinedType

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

Syntax

//
//   Strong typing definition
//
enum_express_data_type      engiGetDefinedType(
                                    SchemaDecl              definedType,
                                    SchemaDecl              * referencedDeclaration,
                                    SchemaAggr              * aggregationDefinition
                                );


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

Property definedType

Size: 64 bit / 8 byte (value)
???.

Property referencedDeclaration

Size: 64 bit / 8 byte (reference)
???.

Property aggregationDefinition

Size: 64 bit / 8 byte (reference)
???.