![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbBookGetShortTitle — obtains the short title of a book SYNOPSIS#include &<DtMmdb.h> const char* DtMmdbBookGetShortTitle( DtMmdbInfoRequest* request, unsigned int* length); DESCRIPTIONThe DtMmdbBookGetShortTitle function returns the short 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 DtMmdbBookGetShortTitle completes successfully, it returns a pointer to the book's short title. If it fails, it returns a NULL pointer. EXAMPLENone. SEE ALSODtMmdbBookGetLongTitle(3)
|