sdaiRemoveByIterator

The function removes the current member of an aggregate instance, that is not an array, referenced by the specified iterator. After executing the function, the iterator position set as if the sdaiNext function had been invoked before the member was removed.

Syntax

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


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

Property iterator

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