GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtMmdbOpenInfoLib(library call) DtMmdbOpenInfoLib(library call)

DtMmdbOpenInfoLib — opens an infolib for service

#include &<DtMmdb.h>
int DtMmdbOpenInfoLib(
const char* infolib_path,
const char* selected_base_name,
DtMmdbBool delayed_infolib_init);

The 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.

Specifies the absolute path for the infolib.
Specifies a single bookcase to be accessed in this session. A NULL value indicates that all bookcases will be accessed.
Specifies whether the bookcase activation will be delayed until access time. If you specify DtMmdbTrue, DtMmdbOpenInfoLib postpones the activation. This is useful when you want faster Dtinfo Database Engine initialization.

-1
The initialization failed.
>=0
The initialization succeeded. The returned integer represents a valid infolib descriptor.

The following shows how a DtMmdbOpenInfoLib call might be coded.

DtMmdbOpenInfoLib(myInfoLibPath, "myBookCase", DtMmdbFalse);

DtMmdbInfoLibGetInfo(3), DtMmdbCloseInfoLib(3)


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.