71 lines
2.0 KiB
Plaintext
71 lines
2.0 KiB
Plaintext
<!-- $XConsortium: dtinfdlb.sgm /main/5 1996/08/30 13:54:25 rws $ -->
|
|
<!-- (c) Copyright 1996 Digital Equipment Corporation. -->
|
|
<!-- (c) Copyright 1996 Hewlett-Packard Company. -->
|
|
<!-- (c) Copyright 1996 International Business Machines Corp. -->
|
|
<!-- (c) Copyright 1996 Sun Microsystems, Inc. -->
|
|
<!-- (c) Copyright 1996 Novell, Inc. -->
|
|
<!-- (c) Copyright 1996 FUJITSU LIMITED. -->
|
|
<!-- (c) Copyright 1996 Hitachi. -->
|
|
<![ %CDE.C.CDE; [<RefEntry Id="CDE.INFO.DtMmdbInfoLibInfo">]]>
|
|
<RefMeta>
|
|
<RefEntryTitle>
|
|
DtMmdbInfoLibInfo
|
|
</RefEntryTitle>
|
|
<ManVolNum>file formats</ManVolNum>
|
|
</RefMeta>
|
|
<RefNameDiv>
|
|
<RefName><StructName Role="typedef">DtMmdbInfoLibInfo</StructName>
|
|
</RefName>
|
|
<RefPurpose><command>dtinfo</command> infolib structure
|
|
</RefPurpose>
|
|
</RefNameDiv>
|
|
<RefSect1>
|
|
<Title>DESCRIPTION</Title>
|
|
<para>The <StructName Role="typedef">DtMmdbInfoLibInfo</StructName>
|
|
structure contains information about a <command>dtinfo</command>
|
|
information library (infolib).
|
|
</para>
|
|
<para>The <StructName Role="typedef">DtMmdbInfoLibInfo</StructName>
|
|
structure is defined as follows:
|
|
</para>
|
|
<literallayout>
|
|
#include <DtInfo/DtMmdb.h>
|
|
typedef struct _DtMmdbInfoLibInfo {
|
|
const char* path;
|
|
const char* name;
|
|
unsigned int num_bookcases;
|
|
} DtMmdbInfoLibInfo;
|
|
</literallayout>
|
|
<para>The <StructName Role="typedef">DtMmdbInfoLibInfo</StructName>
|
|
members have the following meanings:
|
|
</para>
|
|
<variablelist>
|
|
<varlistentry><term><symbol role="Variable">path</symbol></term>
|
|
<listitem>
|
|
<para>A pointer to the pathname for the infolib.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry><term><symbol role="Variable">name</symbol></term>
|
|
<listitem>
|
|
<para>A pointer to the name of the infolib.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry><term><symbol role="Variable">num_books</symbol></term>
|
|
<listitem>
|
|
<para>The number of bookcases in the infolib.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>SEE ALSO</Title>
|
|
<Para>&cdeman.dtinfo;,
|
|
&cdeman.DtInfoLib;,
|
|
&cdeman.dtinfogen;
|
|
</Para>
|
|
</RefSect1>
|
|
</RefEntry>
|