SYNTAX:
xpxChangeInstanceOwner(currInst , userORgroupId : GENERIC;
options : INTEGER) status : INTEGER;
To be completed
The xpxChangeInstanceOwner function changes the owner for the specified instance.
The argument <currInst> specifies a numeric instanceID that uniquely identifies an instance in the EDMdatabaseTM that for which owner is to be changed.
The argument <userORgroupId> specifies a numeric instanceID that uniquely identifies the EDMuser or EDMgroup instance in the EDMdatabase that defines the owner of the instance.
The <options> argument specifies the options to be used in the invocation of the xpxChangeInstanceOwner function. The <options> value can be specified as a bitwise OR between the actual options to enable. See the edmiChangeInstanceOwner function for description of the available options. All option names are defined in the header file sdai.h.
This function is equivalent to the EDMinterface function edmiChangeInstanceOwner
General
Content
Integrations