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 Next »


 
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

  • No labels