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.QueryConfiguration
This function retrieves an interface to configure the local service.
Syntax
Int32
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.
© 2025 Mobiland AG