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_Destroy

Deletes a connection object when you no longer need it.

Syntax

HRESULT Connection_Destroy(
[in] Connection* p_pConnection
);

Parameter

p_pConnection [in]
Type: Connection*
Pointer to the connection object.

Return value

S_OK or an error from the Error Codes.
© 2022 Mobiland AG