Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
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

  • No labels