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: 32 bit / 4 byte (value)
...

Property value

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