56 lines
1.6 KiB
Plaintext
56 lines
1.6 KiB
Plaintext
<!-- $XConsortium: mmdbhndl.sgm /main/6 1996/09/08 20:01:47 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.dtmmdbhandle">]]>
|
|
<RefMeta>
|
|
<RefEntryTitle>
|
|
DtMmdbHandle
|
|
</RefEntryTitle>
|
|
<ManVolNum>file formats</ManVolNum>
|
|
</RefMeta>
|
|
<RefNameDiv>
|
|
<RefName><StructName Role="typedef">DtMmdbHandle</StructName>
|
|
</RefName>
|
|
<RefPurpose>object identifier structure in <command>dtinfo</command>
|
|
</RefPurpose>
|
|
</RefNameDiv>
|
|
<RefSect1>
|
|
<Title>DESCRIPTION</Title>
|
|
<para>The <StructName Role="typedef">DtMmdbHandle</StructName>
|
|
structure contains information about the identifier of
|
|
an object in <command>dtinfo</command>.
|
|
</para>
|
|
<para>The <StructName Role="typedef">DtMmdbHandle</StructName>
|
|
structure is defined as follows:
|
|
</para>
|
|
<literallayout>
|
|
#include <DtInfo/DtMmdb.h>
|
|
typedef struct _DtMmdbObjectId {
|
|
void* oid_ptr;
|
|
} DtMmdbHandle;
|
|
</literallayout>
|
|
<para>The <StructName Role="typedef">DtMmdbHandle</StructName>
|
|
member is defined as follows:
|
|
</para>
|
|
<variablelist>
|
|
<varlistentry><term><symbol role="Variable">oid_ptr</symbol></term>
|
|
<listitem>
|
|
<para>Specifies the identifier of a DtInfo object.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>SEE ALSO</Title>
|
|
<Para>&cdeman.DtMmdbFreeHandleList;,
|
|
&cdeman.DtMmdbFreeHandle;
|
|
</Para>
|
|
</RefSect1>
|
|
</RefEntry>
|