Man Page: dtmmdbgetbookcasebyindex
Operating Environment: hpux
Section: 3
DtMmdbGetBookCaseByIndex(library call) DtMmdbGetBookCaseByIndex(library call)NAMEDtMmdbGetBookCaseByIndex -- obtains a descriptor for a bookcase based on an infolib indexSYNOPSIS#include <DtMmdb.h> int DtMmdbGetBookCaseByIndex( int infolib_descriptor, int index);DESCRIPTIONThe 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.ARGUMENTSinfolib_descriptor Specifies the infolib that contains the bookcase. index 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 num- ber of bookcases in the infolib.RETURN VALUEIf DtMmdbGetBookCaseByIndex completes successfully, it returns the descriptor for the bookcase. If it fails, it returns -1.EXAMPLEThe following shows how a DtMmdbGetBookCaseByIndex call might be coded. DtMmdbGetBookCaseByIndex(myInfoLibDescriptor, i);SEE ALSODtMmdbGetBookCaseByLoc(3), DtMmdbGetBookCaseByLocs(3), DtMmdbGetBookCaseByName(3) DtMmdbGetBookCaseByIndex(library call)
| Related Man Pages |
|---|
| dtmmdbdlpgetprevsectionid(3) - hpux |
| dtmmdbgetbookcasebylocs(3) - hpux |
| dtmmdbopeninfolib(3) - hpux |
| dtmmdbsectiongetlongtitle(3) - hpux |
| dtinfobookdtd(5) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| PHP Man Pages Now Available (Over 10,000) |
| Is UNIX an open source OS ? |
| SAN Migration question |
| Seeking Alternative for diff in hp |
| Wrong Array... |