engiGetAggregationDefinition

...

Syntax

//
//   Strong typing definition
//
void                        engiGetAggregationDefinition(
                                    SchemaAggr              aggregationDefinition,
                                    enum_express_aggr       * aggregationType,
                                    int_t                   * cardinalityMin,
                                    int_t                   * cardinalityMax,
                                    bool                    * optional,
                                    bool                    * unique,
                                    SchemaAggr              * nextAggregationLevel
                                );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   engiGetAggregationDefinition(
                                                                                    int_t                   * aggregationDefinition,
                                                                                    unsigned char           * aggregationType,
                                                                                    int_t                   * cardinalityMin,
                                                                                    int_t                   * cardinalityMax,
                                                                                    bool                    * optional,
                                                                                    bool                    * unique,
                                                                                    int_t                   ** nextAggregationLevel
                                                                                );
    

Property aggregationDefinition

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

Property aggregationType

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 nextAggregationLevel

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