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