GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
GetSchemaData
GetSchemaVersion
QueryNamedObject
QueryNamedObjectId
QueryNamedObjectLink
QueryNamedObjectMultiple
QueryStorage
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup

UDomain.GetSchemaVersion

Retrieves the version of the schema. This value is the same as returned by UDomain.QueryStorage.

Syntax

int GetSchemaVersion(
out UInt32 p_pulSchemaVersion
);

Parameter

p_pulSchemaVersion
Type: out UInt32
p_pulSchemaVersion contains the current version of the schema on successful return.
See TSchema functions for further information.

Return value

S_OK or an error from the Error Codes.

Remarks

This value can be used to determine if you need to read additional schema data to update your local copy of the schema.
© 2022 Mobiland AG