This topic has not yet been rated - Rate this topic

IWTSListenerCallback interface

Used to notify the Remote Desktop Connection (RDC) client plug-in about incoming requests on a particular listener.

This interface is implemented by the Remote Desktop Connection (RDC) client plug-in. Calls will always be made on the same thread, with the exception of an out-of-process plug-in, where the calls will arrive on a remote procedure call (RPC) thread pool. Implementation should not block these calls because this may block other incoming connections or data on existing connections.

Members

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

Methods

The IWTSListenerCallback interface has these methods.

MethodDescription
OnNewChannelConnection

Allows the RDC client plug-in to accept or deny a connection request for an incoming connection.

 

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Version

Remote Desktop Connection (RDC) 6.1 for Windows XP (KB952155).

Header

Tsvirtualchannels.h

IDL

Tsvirtualchannels.idl

See also

DVC Client Plug-in Example

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.