xxxxGetAttrNameByIndex

...

Syntax

//
//   Strong typing definition
//
void            xxxxGetAttrNameByIndex(
                        SdaiInstance            instance,
                        SdaiInteger             index,
                        const char              ** name
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   xxxxGetAttrNameByIndex(
                                                                        int_t                   instance,
                                                                        int_t                   index,
                                                                        const char              ** name
                                                                    );
    

Property instance

Size: 64 bit / 8 byte (value)
...

Property index

Size: 64 bit / 8 byte (value)
...

Property name

Size: 64 bit / 8 byte (reference)
...