sdaiGetLowerBound

The function returns the current value of the lower bound, or index, of the specified aggregate instance.

Syntax

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


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

Property aggregate

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