![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbSectionGetTocLoc — obtains the locator for a book's TOC section SYNOPSIS#include &<DtMmdb.h> const char* DtMmdbSectionGetTocLoc( DtMmdbInfoRequest* request); DESCRIPTIONThe DtMmdbSectionGetTocLoc function returns the locator of the TOC section of the book that contains the specified section. Table lookup is involved if the section identifier is specified by the locator_ptr field. ARGUMENTS
RETURN VALUEIf DtMmdbSectionGetTocLoc completes successfully, it returns a pointer to the book's TOC section. If it fails, it returns a NULL pointer. EXAMPLEThe following shows how a DtMmdbSectionGetTocLoc call might be coded. DtMmdbInfoRequest request; /* fill the request here */ locator = DtMmdbSectionGetTocLoc(&&request); SEE ALSOTO BE SUPPLIED
|