engiGetAttrIndexEx

This call works for non-complex entities and entities without multiple inheritance, it is advised not to use this call for other schemas.

Syntax

//
//   Strong typing definition
//
int_t           engiGetAttrIndexEx(
                        SdaiAttr                attribute,
                        bool                    countedWithParents,
                        bool                    countedWithInverse
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   engiGetAttrIndexEx(
                                                                        void                    * attribute,
                                                                        bool                    countedWithParents,
                                                                        bool                    countedWithInverse
                                                                    );
    

Property attribute

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

Property countedWithParents

Size: 8 bit / 1 byte (value)
???.

Property countedWithInverse

Size: 8 bit / 1 byte (value)
???.