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

Schema_Destroy

Deletes a schema object when you no longer need it.

Syntax

HRESULT Schema_Destroy(
[in] TSchema* p_pSchema
);

Parameter

p_pSchema [in]
Type: TSchema*
Pointer to the schema object.

Return value

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