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

Stores the data of a schema object in a memory block. This function can be used to create a local copy of the schema data.

Syntax

int StoreToMemory(
out Byte[] p_pData
);

Parameter

p_pData
Type: out Byte[]
Variable that receives the data.

Return value

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