DtMmdbHandle(file formats) DtMmdbHandle(file formats)
NAME [Toc] [Back]
DtMmdbHandle - object identifier structure in dtinfo
DESCRIPTION [Toc] [Back]
The DtMmdbHandle structure contains information about the identifier
of an object in dtinfo.
The DtMmdbHandle structure is defined as follows:
#include <DtInfo/DtMmdb.h>
typedef struct _DtMmdbObjectId {
void* oid_ptr;
} DtMmdbHandle;
The DtMmdbHandle member is defined as follows:
oid_ptr Specifies the identifier of a DtInfo object.
SEE ALSO [Toc] [Back]
DtMmdbFreeHandleList(3), DtMmdbFreeHandle(3)
- 1 - Formatted: January 24, 2005 [ Back ] |