![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbGetBookCaseByIndex — obtains a descriptor for a bookcase based on an infolib index SYNOPSIS#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. ARGUMENTS
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)
|