DtMmdbInfoLibInfo(file formats) DtMmdbInfoLibInfo(file formats)NAMEDtMmdbInfoLibInfo -- dtinfo infolib structureDESCRIPTIONThe DtMmdbInfoLibInfo structure contains information about a dtinfo information library (infolib). The DtMmdbInfoLibInfo structure is defined as follows: #include <DtInfo/DtMmdb.h> typedef struct _DtMmdbInfoLibInfo { const char* path; const char* name; unsigned int num_bookcases; } DtMmdbInfoLibInfo; The DtMmdbInfoLibInfo members have the following meanings: path A pointer to the pathname for the infolib. name A pointer to the name of the infolib. num_books The number of bookcases in the infolib.SEE ALSOdtinfo(1), DtInfoLib(5), dtinfogen(1) DtMmdbInfoLibInfo(file formats)