IConnectionBrokerClient interface

Provides the methods needed to use the Remote Desktop Connection Broker client.

This interface is implemented by the system. To obtain an instance of this interface, use the CBCreateClientInstance function.

Members

The IConnectionBrokerClient interface inherits from the IUnknown interface. IConnectionBrokerClient also has these types of members:

Methods

The IConnectionBrokerClient interface has these methods.

Method Description
GetTargetInfo Requests information about the target computer where the connection should be redirected.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Header
Cbclient.h
Library
Cbclient.lib
DLL
Cbclient.dll
IID
IID_IConnectionBrokerClient is defined as D6818DF2-8338-4EB7-AD77-DE210817987C

See also

CBCreateClientInstance