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

This function retrieves an interface to control the local service.

Syntax

int QueryControl(
out IDataFoundationControl p_ppControl
);

Parameter

p_ppControl
Type: out IDataFoundationControl
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 IDataFoundationControl interface when you no longer need it.
© 2022 Mobiland AG