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:
 
xpfGetModelOpenMode (modelId       : GENERIC)
                     modelOpenMode : INTEGER;
 
To be completed.
The xpfGetModelOpenMode function returns the the current open mode in the argument <modelOpenMode>, i.e. the current access rights to the specified model, <modelId>.
The possible returned values are:
xpxRO  - model open for read only access.
xpxRW  - model open for read and write access.
xpxERW   - model open for exclusive read/write operations in an edmServer implementation (in a standalone implementation, xpxERW is equal to xpxRW)
xpxNOACCESS - model is closed, no access to the model is permitted.
This function is equivalent to the EDMinterface function edmiGetModelOpenMode.
See also xpxGetModelOpenMode.

  • No labels