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

DtMmdbGetBookCaseByIndex — obtains a descriptor for a bookcase based on an infolib index

#include &<DtMmdb.h>
int DtMmdbGetBookCaseByIndex(
int infolib_descriptor,
int index);

The DtMmdbGetBookCaseByIndex function makes the database engine ready to provide access service for a bookcase. It allows you to access all bookcases in an infolib without knowing their names.

Specifies the infolib that contains the bookcase.
Specifies the index of the bookcase within the infolib. The value must be an integer in the range 0 to n-1, where n is the number of bookcases in the infolib.

If DtMmdbGetBookCaseByIndex completes successfully, it returns the descriptor for the bookcase. If it fails, it returns -1.

The following shows how a DtMmdbGetBookCaseByIndex call might be coded.

DtMmdbGetBookCaseByIndex(myInfoLibDescriptor, i);

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