IWTSListenerCallback interface (tsvirtualchannels.h)
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.
Inheritance
The IWTSListenerCallback interface inherits from the IUnknown interface. IWTSListenerCallback also has these types of members:
Methods
The IWTSListenerCallback interface has these methods.
IWTSListenerCallback::OnNewChannelConnection Allows the Remote Desktop Connection (RDC) client plug-in to accept or deny a connection request for an incoming connection. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | tsvirtualchannels.h |