GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtMmdbBookGetLicense(library call) DtMmdbBookGetLicense(library call)

DtMmdbBookGetLicense — obtains a book's license term

#include &<DtMmdb.h>
const char* DtMmdbBookGetLicense(
DtMmdbInfoRequest* request,
unsigned int* length);

The 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.

Specifies the bookcase in the bookcase descriptor field, as well as a valid value in the primary_oid, the secondary_oid, or the sequence_num field. The primary_oid represents the DtInfo Database object identifier of the TOC section; the secondary_oid represents the object identifier of the book itself; and the sequence_num represents the sequence number of the book within the bookcase (0 based). If more than one of these fields have a valid value, the order of precedence is: primary_oid, secondary_oid, and, last, sequence_num.
Specifies the variable to receive the length of the returned short title, if the returned pointer to the title is not NULL.

If DtMmdbBookGetLicense completes successfully, it returns a pointer to the book's license term. If it fails, it returns a NULL pointer.

None.

TO BE SUPPLIED.


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.