Query: dtmmdbgetbookcasebyname
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DtMmdbGetBookCaseByName(library call) DtMmdbGetBookCaseByName(library call)NAMEDtMmdbGetBookCaseByName -- obtains a descriptor for a bookcase based on the bookcase nameSYNOPSIS#include <DtMmdb.h> int DtMmdbGetBookCaseByName( int infolib_descriptor, const char* base_name);DESCRIPTIONThe 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.ARGUMENTSinfolib_descriptor Specifies the infolib that contains the bookcase. base_name Specifies the name of the bookcase.RETURN VALUEIf 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.EXAMPLEThe following shows how a DtMmdbGetBookCaseByName call might be coded. DtMmdbGetBookCaseByName(myInfoLib, "thisBookCase");SEE ALSODtMmdbGetBookCaseByIndex(3), DtMmdbGetBookCaseByLoc(3), DtMmdbGetBookCaseByLocs(3) DtMmdbGetBookCaseByName(library call)
| Related Man Pages |
|---|
| dtcreateprintsetupdialog(3) - hpux |
| dtmmdbdlpgetprevsectionid(3) - hpux |
| dtmmdbgetbookcasebylocs(3) - hpux |
| dtmmdbopeninfolib(3) - hpux |
| dtmmdbsectiongetlongtitle(3) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| How to extract every repeated string between two specific string? |
| Thank you members and admins |
| Wrong Array... |
| Tar Command |
| Shopt -s histappend |