GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Connection
IInstance
ISystemCallback
Memory
ObjectId
Compare
Parse
ToString
Thread
Data interfaces
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup

ObjectId structure

Contains a 128-bit value representing a unique identifier for an object.
An ObjectId is unique inside a domain.

Syntax

typedef struct _ObjectId
{
unsigned __int64 l;
unsigned __int64 h;
 
} ObjectId, *PObjectId, ItemId, *PItemId;

Member

l
Type: unsigned __int64
The low-order part of the ObjectId.
h
Type: unsigned __int64
The high-order part of the ObjectId.

Methods

FunctionDescription
CompareCompares two ObjectIds.
ParseConverts a string to an ObjectId structure.
ToStringConverts an ObjectId structure to a string.
© 2022 Mobiland AG