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.QueryConfiguration

This function retrieves an interface to configure the local service.

Syntax

int QueryConfiguration(
out IDataFoundationConfiguration p_ppConfiguration
);

Parameter

p_ppConfiguration
Type: out IDataFoundationConfiguration
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 interface when you no longer need it.

Return value

S_OK or an error from the Error Codes.

Remarks

Call Release on the IDataFoundationConfiguration interface when you no longer need it.
© 2022 Mobiland AG