engiGetAttrIndex

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           engiGetAttrIndex(
                        SdaiAttr                attribute
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   engiGetAttrIndex(
                                                                        void                    * attribute
                                                                    );
    

Property attribute

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