engiGetEnumerationValue

...

Syntax

//
//   Strong typing definition
//
void            engiGetEnumerationValue(
                        const SdaiAttr          attribute,
                        SdaiInteger             index,
                        int_t                   valueType,
                        char                    ** enumerationValue
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   engiGetEnumerationValue(
                                                                        const void              * attribute,
                                                                        int_t                   index,
                                                                        int_t                   valueType,
                                                                        char                    ** enumerationValue
                                                                    );
    

Property attribute

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

Property index

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

Property valueType

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

Property enumerationValue

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