83 lines
2.5 KiB
Plaintext
83 lines
2.5 KiB
Plaintext
<!-- $XConsortium: mmdbireq.sgm /main/6 1996/08/30 14:00:19 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.dtmmdbinforequest">]]>
|
|
<RefMeta>
|
|
<RefEntryTitle>
|
|
DtMmdbInfoRequest
|
|
</RefEntryTitle>
|
|
<ManVolNum>file formats</ManVolNum>
|
|
</RefMeta>
|
|
<RefNameDiv>
|
|
<RefName><StructName Role="typedef">DtMmdbInfoRequest</StructName>
|
|
</RefName>
|
|
<RefPurpose>
|
|
database access request structure in <command>dtinfo</command>
|
|
</RefPurpose>
|
|
</RefNameDiv>
|
|
<RefSect1>
|
|
<Title>DESCRIPTION</Title>
|
|
<para>The <StructName Role="typedef">DtMmdbInfoRequest</StructName>
|
|
structure contains information about a DtInfo database access request.
|
|
</para>
|
|
<para>The <StructName Role="typedef">DtMmdbInfoRequest</StructName>
|
|
structure is defined as follows:
|
|
</para>
|
|
<literallayout>
|
|
#include <DtInfo/DtMmdb.h>
|
|
typedef struct _DtMmdbInfoRequest {
|
|
int bookcase_descriptor;
|
|
char* locator_ptr;
|
|
DtMmdbHandle* primary_oid;
|
|
DtMmdbHandle* secondary_oid;
|
|
int sequence_num;
|
|
} DtMmdbInfoRequest;
|
|
P</literallayout>
|
|
<para>The <StructName Role="typedef">DtMmdbInfoRequest</StructName>
|
|
members have the following meanings:
|
|
</para>
|
|
<variablelist>
|
|
<varlistentry><term><symbol role="Variable">bookcase_descriptor</symbol></term>
|
|
<listitem>
|
|
<para>Specifies the bookcase from which the access will be performed.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry><term><symbol role="Variable">locator_ptr</symbol></term>
|
|
<listitem>
|
|
<para>Specifies the locator of the object to be accessed.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry><term><symbol role="Variable">primary_oid</symbol></term>
|
|
<listitem>
|
|
<para>Specifies the primary object id with which the object can be accessed.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry><term><symbol role="Variable">secondary_oid</symbol></term>
|
|
<listitem>
|
|
<para>Specifies the secondary object id with which the object can be accessed.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry><term><symbol role="Variable">sequence_num</symbol></term>
|
|
<listitem>
|
|
<para>Specifies the sequence number of the object to be accessed.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>SEE ALSO</Title>
|
|
<Para>&cdeman.DtMmdbHandle;
|
|
</Para>
|
|
</RefSect1>
|
|
</RefEntry>
|