sdaiGetLowerIndex

The function returns the value of the lower index of the specified array instance when it was created.

Syntax

//
//   Strong typing definition
//
SdaiInteger     sdaiGetLowerIndex(
                        SdaiAggr                aggregate
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   sdaiGetLowerIndex(
                                                                        int_t                   * aggregate
                                                                    );
    

Property aggregate

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