sdaiFindInstanceUsedInBN

...

Syntax

//
//   Strong typing definition
//
int_t           sdaiFindInstanceUsedInBN(
                        SdaiInstance            instance,
                        const char              * roleName,
                        int_t                   domain,
                        int_t                   resultList
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   sdaiFindInstanceUsedInBN(
                                                                        int_t                   instance,
                                                                        const char              * roleName,
                                                                        int_t                   domain,
                                                                        int_t                   resultList
                                                                    );
    

Property instance

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

Property roleName

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

Property domain

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

Property resultList

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