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

DtMmdbGetBookCaseByLoc — obtains a descriptor for a bookcase based on a hypertext link target

#include &<DtMmdb.h>
int DtMmdbGetBookCaseByLoc(
int infolib_path,
const char* locator);

The DtMmdbGetBookCaseByLoc function makes the database engine ready to provide access service for a bookcase. It allows you to access a bookcase by using a hypertext link target in the bookcase.

Specifies the infolib that contains the bookcase.
Specifies the locator of a hypertext link target in the bookcase. The target can be a section or a component within a section. The locator serves as the logical identifier of the object. It is not generated by the DtInfo Database Engine.

If DtMmdbGetBookCaseByLoc completes successfully, it returns the descriptor for the bookcase. If it fails, it returns -1, indicating that there is no bookcase in the infolib that contains the specified target.

The following shows how a DtMmdbGetBookCaseByLoc call might be coded.

DtMmdbGetBookCaseByLoc(myInfoLibDescriptor,  "abcde0123456789");

DtMmdbGetBookCaseByIndex(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.