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: 64 bit / 8 byte (reference)
...