sdaiAdd

...

Syntax

//
//   Strong typing definition
//
void            sdaiAdd(
                        const SdaiAggr          aggregate,
                        int_t                   valueType,
                        const void              * value
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   sdaiAdd(
                                                                        const int_t             * aggregate,
                                                                        int_t                   valueType,
                                                                        const void              * value
                                                                    );
    

Property aggregate

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

Property valueType

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

Property value

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