engiIsAttrExplicit

...

Syntax

//
//   Strong typing definition
//
SdaiBoolean     engiIsAttrExplicit(
                        const SdaiAttr          attribute
                    );


//
//   Weak typing definition
//
bool    __declspec(dllexport) __stdcall   engiIsAttrExplicit(
                                                                        const void              * attribute
                                                                    );
    

Property attribute

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