GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
Schema interfaces
TSchema
USchemaEdit
Commit
CreateFromBinary
Rollback
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup

USchemaEdit.CreateFromBinary

Loads a schema update from binary data.

Syntax

int CreateFromBinary(
Byte[] p_pData
);

Parameter

p_pData
Type: Byte[]
Data to load.

Return value

S_OK or an error from the Error Codes.

Remarks

Call USchemaEdit.Commit or USchemaEdit.Rollback after calling this function.
© 2022 Mobiland AG