Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxGetModelOpenMode (modelId           : GENERIC;
                              VAR modelOpenMode : INTEGER)
                              status            : INTEGER;

The xpxGetModelOpenMode function returns the actual open mode of the specified model modelId in the argument modelOpenMode. The actual open mode can be one of the following integer constants: xpxRO for open for read only, xpxRW for open for read and write, xpxERW for open for exclusive read/write operations in an edmServer implementation (in a standalone implementation, xpxERW is equal to xpxRW), xpxNOACCESS when the model is not open

Arguments

...

TypeNameComment
GENERICmodelIdA numeric modelID that uniquely identifies the model of interest in the EDMdatabase.
INTEGERmodelOpenMode

Address of the variable that will receive the current open mode of the specified model. The possible returned values are:

  • XPXRO  - model open for read only access.
  • XPXRW  - model open for read and write access.

...

  • XPXNOACCESS - model is closed, no access to the model is permitted.

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"