engiGetArgumentType

DEPR4ECATED use engiGetAttributeType

Syntax

//
//   Strong typing definition
//
SdaiPrimitiveType   engiGetArgumentType(
                            const SdaiAttr          attribute
                        );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   engiGetArgumentType(
                                                                            const void              * attribute
                                                                        );
    

Property attribute

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