sdaiRemoveByIndex

The function removes the member of the specified list referenced by the specified index

Syntax

//
//   Strong typing definition
//
void            sdaiRemoveByIndex(
                        SdaiAggr                aggregate,
                        SdaiAggrIndex           index
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   sdaiRemoveByIndex(
                                                                        int_t                   * aggregate,
                                                                        int_t                   index
                                                                    );
    

Property aggregate

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

Property index

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