![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbBookGetLongTitle — obtains the long title of a book SYNOPSIS#include &<DtMmdb.h> const char* DtMmdbBookGetLongTitle( DtMmdbInfoRequest* request, unsigned int* length); DESCRIPTIONThe DtMmdbBookGetLongTitle function returns the long title of the specified book object. Do not use the free function on the returned pointer. Table lookup is involved when the identifier is specified by either the primary_oid or sequence_num field. ARGUMENTS
RETURN VALUEIf DtMmdbBookGetLongTitle completes successfully, it returns a pointer to the book's long title. If it fails, it returns a NULL pointer. EXAMPLENone. SEE ALSODtMmdbBookGetShortTitle(3)
|