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:
 
xpfOpenRepository (repositoryId : GENERIC;
                   openMode     : INTEGER)                    repositoryId : GENERIC;
 
The xpfOpenRepository function opens the specified repository <repositoryId> in the specified open mode <openMode>, and returns an identifier of the open repository <repositoryId> 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

 
This function is equivalent to the EDMinterface function edmiOpenRepository.
See also xpxOpenRepository.

  • No labels