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.LoadFromMemory

Loads the data from a memory block stored using TSchema.StoreToMemory.

Syntax

int LoadFromMemory(
Byte[] p_pData
);

Parameter

p_pData
Type: Byte[]
Data to load to the schema object.

Return value

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