sdaiFindInstanceUsedIn

The function returns the identifiers of all the entity instances in the defined domain that reference the specified entity instance by the specified attribute (role).

Syntax

//
//   Strong typing definition
//
SdaiNPL         sdaiFindInstanceUsedIn(
                        SdaiInstance            instance,
                        SdaiAttr                role,
                        SdaiNPL                 domain,
                        SdaiNPL                 resultList
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) * __stdcall sdaiFindInstanceUsedIn(
                                                                        int_t                   instance,
                                                                        void                    * role,
                                                                        void                    * domain,
                                                                        void                    * resultList
                                                                    );
    

Property instance

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

Property role

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

Property domain

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

Property resultList

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