engiGetAggregation

...

Syntax

//
//   Strong typing definition
//
void            engiGetAggregation(
                        SchemaAggr              aggregationDescriptor,
                        enum_express_aggr       * aggrType,
                        int_t                   * cardinalityMin,
                        int_t                   * cardinalityMax,
                        bool                    * optional,
                        bool                    * unique,
                        SchemaAggr              * nextAggregationLevelDescriptor
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   engiGetAggregation(
                                                                        int_t                   * aggregationDescriptor,
                                                                        unsigned char           * aggrType,
                                                                        int_t                   * cardinalityMin,
                                                                        int_t                   * cardinalityMax,
                                                                        bool                    * optional,
                                                                        bool                    * unique,
                                                                        int_t                   ** nextAggregationLevelDescriptor
                                                                    );
    

Property aggregationDescriptor

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

Property aggrType

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

Property cardinalityMin

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

Property cardinalityMax

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

Property optional

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

Property unique

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

Property nextAggregationLevelDescriptor

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