GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
Schema interfaces
TSchema
Schema_Create
Schema_Destroy
AddDelta
FindClassInfo
GetSchemaVersion
LoadFromFile
LoadFromMemory
StoreToFile
StoreToMemory
USchemaEdit
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup
TSchema::AddDelta
Adds additional data to the local schema. The data must be data received from
UDomain::GetSchemaData
.
Syntax
HRESULT
AddDelta(
[in]
const
void
*
p_pData,
[in]
U
INT32
p_ulSize
);
Parameter
p_pData
[in]
Type:
const void*
Pointer to a buffer of schema data. The data must be data received from
UDomain::GetSchemaData
.
p_ulSize
[in]
Type:
UINT32
Size of data in p_pData.
Return value
S_OK or an error from the
Error Codes
.
© 2022 Mobiland AG