This function creates an iterator associated with the specified aggregate instance.
The iterator is positioned as if the sdaiBeginning function had been executed such that so that no
member of the aggregate is referenced as the current member.
Syntax
//
// Strong typing definition
//
SdaiIterator sdaiCreateIterator(
const SdaiAggr aggregate
);
//
// Weak typing definition
//
void __declspec(dllexport) * __stdcall sdaiCreateIterator(
const int_t * aggregate
);
Property aggregate
Size: 32 bit / 4 byte (reference)
...