DtMmdbBookCase(file formats) DtMmdbBookCase(file formats)
NAME
DtMmdbBookCase -- dtinfo bookcase structure
DESCRIPTION
The 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 ALSO
dtinfo(1), DtInfoLib(5), dtinfogen(1)
DtMmdbBookCase(file formats)