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

USchemaEdit::CreateFromBinary

Loads a schema update from binary data.

Syntax

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

Parameter

p_pData [in]
Type: void*
Data to load.
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.

Remarks

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