Syntax
// // Strong typing definition // const SdaiAttr engiGetAttrRedeclarationByIterator( SdaiEntity entity, const SdaiAttr attribute, const SdaiAttr prevRedeclaration ); // // Weak typing definition // const void __declspec(dllexport) * __stdcall engiGetAttrRedeclarationByIterator( int_t entity, const void * attribute, const void * prevRedeclaration );
Property entity
Size: 64 bit / 8 byte (value)Property attribute
Size: 64 bit / 8 byte (reference)Property prevRedeclaration
Size: 64 bit / 8 byte (reference)???.