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
DtMmdbGetBookCaseByName(library call) DtMmdbGetBookCaseByName(library call)

DtMmdbGetBookCaseByName — obtains a descriptor for a bookcase based on the bookcase name

#include &<DtMmdb.h>
int DtMmdbGetBookCaseByName(
int infolib_descriptor,
const char* base_name);

The DtMmdbGetBookCaseByName function makes the database engine ready to provide access service for a bookcase. It allows you to access a bookcase by supplying its name.

Specifies the infolib that contains the bookcase.
Specifies the name of the bookcase.

If DtMmdbGetBookCaseByName completes successfully, it returns the descriptor for the bookcase. If it fails, it returns -1, indicating that there is no bookcase in the infolib with the specified name.

The following shows how a DtMmdbGetBookCaseByName call might be coded.

DtMmdbGetBookCaseByName(myInfoLib, "thisBookCase");

DtMmdbGetBookCaseByIndex(3), DtMmdbGetBookCaseByLoc(3), DtMmdbGetBookCaseByLocs(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.