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:
 
xpfOpenModel (modelId : GENERIC;
              access  : INTEGER)
              modelId : GENERIC;
 
The xpfOpenModel function opens the specified model <modelId> in the specified open mode <access>, and returns an identifier of the open model <modelId> or a zero when the function fails .
The legal access modes are:
 

Access modes

Description

xpxRO

Open for read only operations.

xpxRW

Open for read and write operations

xpxERW

Open for exclusive read write operations in a edmServer implementation. In a standalone implementation, xpxERW is equal to xpxRW.

 
In a standalone implementation, xpxERW is equal to xpxRW.
This function is equivalent to the EDMinterface function sdaiOpenModel.
See also xpxOpenModel

  • No labels