sdaiPrevious

This function positions the specified iterator so that the preceding member of its subject ordered aggregate instance shall become the current member. If the iterator is at the end of the aggregate, the last member becomes the current member. If the iterator is at the beginning of the aggregate no repositioning occur. If the iterator references the first member of the aggregate, the iterator is set at the beginning so there is no current member.

Syntax

//
//   Strong typing definition
//
int_t           sdaiPrevious(
                        SdaiIterator            iterator
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   sdaiPrevious(
                                                                        void                    * iterator
                                                                    );
    

Property iterator

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