]]>
DtMmdbInfoLibInfo
file formats
DtMmdbInfoLibInfo
dtinfo infolib structure
DESCRIPTION
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
&cdeman.dtinfo;,
&cdeman.DtInfoLib;,
&cdeman.dtinfogen;