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

Connection::QuerySchemaEdit

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

Syntax

HRESULT QuerySchemaEdit(
[out] USchemaEdit** p_ppSchemaEdit,
[in] const GUID* p_pguidDomainId
);

Parameter

p_ppSchemaEdit [out]
Type: USchemaEdit**
Pointer to a variable that receives the requested interface pointer.
The variable contains the interface pointer on successful return. The variable is not modified on failure.
Call Release on the pointer when you no longer need it.
p_pguidDomainId [in]
Type: const 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