SYNTAX:
xpxChangeOpenMode(instanceId : GENERIC;
access : INTEGER) status : INTEGER;
To be completed
The xpxChangeOpenMode function changes the open mode, i.e. the access rights to the specified instance.
The possible values are:
xpxRO - instance open for read only access.
xpxRW - instance open for read and write access.
xpxNOACCESS - instance is closed, no access to the instance is permitted.
The argument <instanceId> specifies a numeric instanceID that uniquely identifies an instance in the EDMdatabase that for which open mode is to be changed.
The argument <access> specifies the new open mode of the instance. (xpxRO/xpxRW/xpxNOACCESS)
This function is equivalent to the EDMinterface function edmiChangeOpenMode
General
Content
Integrations