xxxxGetAttrTypeBN

This call is deprecated, please use calls engiGetAttrTypeBN(..) instead.

Syntax

//
//   Strong typing definition
//
int_t           xxxxGetAttrTypeBN(
                        SdaiInstance            instance,
                        const char              * attributeName,
                        char                    ** attributeType
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   xxxxGetAttrTypeBN(
                                                                        int_t                   instance,
                                                                        const char              * attributeName,
                                                                        char                    ** attributeType
                                                                    );
    

Property instance

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

Property attributeName

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

Property attributeType

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