GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
Schema interfaces
TSchema
Create
Destroy
AddDelta
FindClassInfo
GetSchemaVersion
LoadFromFile
LoadFromMemory
StoreToFile
StoreToMemory
USchemaEdit
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup

TSchema.AddDelta

Adds additional data to the local schema. The data must be data received from UDomain.GetSchemaData.

Syntax

int AddDelta(
Byte[] p_pData
);

Parameter

p_pData
Type: Byte[]
A buffer of schema data. The data must be data received from UDomain.GetSchemaData.

Return value

S_OK or an error from the Error Codes.
© 2022 Mobiland AG