DtMmdbBookCase(file formats) DtMmdbBookCase(file formats)NAMEDtMmdbBookCase -- dtinfo bookcase structureDESCRIPTIONThe DtMmdbBookCaseInfo structure contains information about a dtinfo bookcase. The DtMmdbBookCase structure is defined as follows: #include <DtInfo/DtMmdb.h> typedef struct _DtMmdbBookCaseInfo { const char* name; unsigned int num_books; } DtMmdbBookCaseInfo; The DtMmdbBookCase members have the following meanings: name A pointer to the name of the infolib that contains the bookcase. num_books The number of books in the bookcase.SEE ALSOdtinfo(1), DtInfoLib(5), dtinfogen(1) DtMmdbBookCase(file formats)