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

DtMmdbGetBookCaseByLocs — obtains descriptors for a set of bookcases based on hypertext link targets

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

The DtMmdbGetBookCaseByLocs function makes the database engine ready to provide access service for a set of bookcases. It allows you to access multiple bookcases by specifying hypertext link targets that occur within the bookcases. Use the free function to release the array of bookcase descriptors when it is no longer needed.

Specifies the infolib that contains the bookcase.
Specifies a zero-terminated array of locators of hypertext link targets. Each target can be a section or a component within a section.

If DtMmdbGetBookCaseByLocs completes successfully, it returns a pointer to a NULL-terminated array of bookcase descriptors. If it fails, it returns NULL.

The following shows how a DtMmdbGetBookCaseByLocs call might be coded.

char locs[] = {"abcde0123456789", "fghij0123456789", 0 };
int* descriptor_array = DtMmdbGetBookCaseByLocs(myInfoLibDescriptor,  locs);

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