GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Connection
Create
Destroy
Connect
Disconnect
QueryConfiguration
QueryControl
QueryDomain
QuerySchemaEdit
ISystemCallback
ObjectId
Thread
Data interfaces
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup

Connection.QuerySchemaEdit

This function retrieves an interface to a domain’s schema editor.

Syntax

int 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.
© 2022 Mobiland AG