![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbGetBookCaseByLoc — obtains a descriptor for a bookcase based on a hypertext link target SYNOPSIS#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. ARGUMENTS
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)
|