![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbBookGetTabList — obtains the list of tab sections in a book SYNOPSIS#include &<DtMmdb.h> DtMmdbHandle** DtMmdbBookGetTabList( DtMmdbInfoRequest* request, unsigned int* length); DESCRIPTIONThe DtMmdbBookGetTabList function returns the list of tab sections for the specified book object. It returns the list in a NULL-terminated array. Use the DtMmdbFreeHandleList function to release the memory when the array is no longer needed. Table lookup is involved when the identifier is specified by either the primary_oid or sequence_num field. ARGUMENTS
RETURN VALUEIf DtMmdbBookGetTabList completes successfully, it returns a pointer to the list of sections for the book. If it fails, it returns a NULL pointer. EXAMPLENone. SEE ALSOTO BE SUPPLIED.
|