xxxxGetAttrDefinitionByValue

...

Syntax

//
//   Strong typing definition
//
SdaiAttr                    xxxxGetAttrDefinitionByValue(
                                    SdaiInstance            instance,
                                    const void              * value
                                );


//
//   Weak typing definition
//
void    __declspec(dllexport) * __stdcall xxxxGetAttrDefinitionByValue(
                                                                                    int_t                   instance,
                                                                                    const void              * value
                                                                                );
    

Property instance

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

Property value

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