GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
WinRT API
General interfaces
Connection
Create
Destroy
Connect
Disconnect
QueryConfiguration
QueryControl
QueryDomain
QuerySchemaEdit
stcConnectionOptions
ISystemCallback
ObjectId
Thread
Data interfaces
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
DTDL
DADL
Setup
Connection.QuerySchemaEdit
This function retrieves an interface to a domain’s schema editor.
Syntax
Int32
QuerySchemaEdit(
out
USchemaEdit
p_ppSchemaEdit,
Guid
p_guidDomainId
);
Parameter
p_ppSchemaEdit
Type:
out USchemaEdit
Variable that receives the requested interface.
The variable contains the interface on successful return. The variable is not modified on failure.
Call
Release
on the object when you no longer need it.
p_guidDomainId
Type:
Guid
Identifier of the requested domain.
Return value
S_OK or an error from the
Error Codes
.
Remarks
Call
Release
on the USchemaEdit interface when you no longer need it.
© 2025 Mobiland AG