engiGetComplexInstanceNextPart

The function returns next part of complex instance or NULL.

Syntax

//
//   Strong typing definition
//
SdaiInstance    engiGetComplexInstanceNextPart(
                        SdaiInstance            instance
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   engiGetComplexInstanceNextPart(
                                                                        int_t                   instance
                                                                    );
    

Property instance

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