Query: dtmmdbgetbookcasebyloc
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DtMmdbGetBookCaseByLoc(library call) DtMmdbGetBookCaseByLoc(library call)NAMEDtMmdbGetBookCaseByLoc -- obtains a descriptor for a bookcase based on a hypertext link targetSYNOPSIS#include <DtMmdb.h> int DtMmdbGetBookCaseByLoc( int infolib_path, const char* locator);DESCRIPTIONThe 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.ARGUMENTSinfolib_descriptor Specifies the infolib that contains the bookcase. locator 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.RETURN VALUEIf 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.EXAMPLEThe following shows how a DtMmdbGetBookCaseByLoc call might be coded. DtMmdbGetBookCaseByLoc(myInfoLibDescriptor, "abcde0123456789");SEE ALSODtMmdbGetBookCaseByIndex(3), DtMmdbGetBookCaseByLocs(3), DtMmdbGetBookCaseByName(3) DtMmdbGetBookCaseByLoc(library call)
Related Man Pages |
---|
dtmmdbbookgetlongtitle(3) - hpux |
dtmmdbbookgettablist(3) - hpux |
dtmmdbdlpgetnextsectionid(3) - hpux |
dtmmdbsectiongetshorttitle(3) - hpux |
locator(1m) - sunos |
Similar Topics in the Unix Linux Community |
---|
SOA Security (Part 2) |
MoinMoin 1.6.1 (Default branch) |
MoinMoin 1.6.3 (Default branch) |
MoinMoin 1.7.0rc1 (Default branch) |
MoinMoin 1.7.0rc3 (Default branch) |