![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbBookGetLicense — obtains a book's license term SYNOPSIS#include &<DtMmdb.h> const char* DtMmdbBookGetLicense( DtMmdbInfoRequest* request, unsigned int* length); DESCRIPTIONThe DtMmdbBookGetLicense function returns the license term 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 DtMmdbBookGetLicense completes successfully, it returns a pointer to the book's license term. If it fails, it returns a NULL pointer. EXAMPLENone. SEE ALSOTO BE SUPPLIED.
|