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

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

Syntax

HRESULT LoadFromMemory(
[in] const void* p_pData,
[in] UINT32 p_ulSize
);

Parameter

p_pData [in]
Type: const void*
Data to load to the schema object.
p_ulSize [in]
Type: UINT32
Size of the data pointed to by p_pData.

Return value

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