engiGetAttrDomain

This call can be used to get the domain of an attribute

Syntax

//
//   Strong typing definition
//
void            engiGetAttrDomain(
                        const SdaiAttr          attribute,
                        char                    ** domainName
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   engiGetAttrDomain(
                                                                        const void              * attribute,
                                                                        char                    ** domainName
                                                                    );
    

Property attribute

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

Property domainName

Size: 64 bit / 8 byte (reference)
The attribute that will be filled with the domain name.