DtMmdbBookCase(file formats) DtMmdbBookCase(file formats)
NAME [Toc] [Back]
DtMmdbBookCase - dtinfo bookcase structure
DESCRIPTION [Toc] [Back]
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 [Toc] [Back]
dtinfo(1), DtInfoLib(5), dtinfogen(1)
- 1 - Formatted: January 24, 2005 [ Back ] |