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.