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

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

Syntax

HRESULT StoreToFile(
[in] const wchar_t* p_strPath
) const;

Parameter

p_strPath [in]
Type: const wchar_t*
Path to store the data at.

Return value

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