![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbOpenInfoLib — opens an infolib for service SYNOPSIS#include &<DtMmdb.h> int DtMmdbOpenInfoLib( const char* infolib_path, const char* selected_base_name, DtMmdbBool delayed_infolib_init); DESCRIPTIONThe DtMmdbOpenInfoLib function opens an infolib for user access and returns the descriptor for the infolib. It makes the database engine ready to provide service for an infolib. To obtain information about an infolib, use the DtMmdbInfoLibGetInfo function. ARGUMENTS
RETURN VALUE
EXAMPLEThe following shows how a DtMmdbOpenInfoLib call might be coded. DtMmdbOpenInfoLib(myInfoLibPath, "myBookCase", DtMmdbFalse);
SEE ALSODtMmdbInfoLibGetInfo(3), DtMmdbCloseInfoLib(3)
|