sdaiBeginning

The function positions the iterator at the beginning of its associated aggregate instance such that there is no current member.

Syntax

//
//   Strong typing definition
//
void            sdaiBeginning(
                        SdaiIterator            iterator
                    );


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

Property iterator

Size: 32 bit / 4 byte (reference)
...