IWTSProtocolConnectionCallback interface (wtsprotocol.h)
[IWTSProtocolConnectionCallback is no longer available for use as of Windows Server 2012. Instead, use IWRdsProtocolConnectionCallback.]
Exposes methods that provide information about the status of a client connection and that perform actions for the client. This interface is implemented by the Remote Desktop Services service and called by the protocol.
An instance of this interface is associated with a specific instance of the IWTSProtocolConnection interface. When the following documentation refers to a connection, it is therefore referring to the specific connection for which the IWTSProtocolConnection object was created.
Inheritance
The IWTSProtocolConnectionCallback interface inherits from the IUnknown interface. IWTSProtocolConnectionCallback also has these types of members:
Methods
The IWTSProtocolConnectionCallback interface has these methods.
IWTSProtocolConnectionCallback::BrokenConnection IWTSProtocolConnectionCallback::BrokenConnection is no longer available. Instead, use IWRdsProtocolConnectionCallback::BrokenConnection. |
IWTSProtocolConnectionCallback::DisplayIOCtl IWTSProtocolConnectionCallback::DisplayIOCtl is no longer available. |
IWTSProtocolConnectionCallback::OnReady IWTSProtocolConnectionCallback::OnReady is no longer available. Instead, use IWRdsProtocolConnectionCallback::OnReady. |
IWTSProtocolConnectionCallback::RedrawWindow IWTSProtocolConnectionCallback::RedrawWindow is no longer available. Instead, use IWRdsProtocolConnectionCallback::RedrawWindow. |
IWTSProtocolConnectionCallback::StopScreenUpdates IWTSProtocolConnectionCallback::StopScreenUpdates is no longer available. Instead, use IWRdsProtocolConnectionCallback::StopScreenUpdates. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 |
Target Platform | Windows |
Header | wtsprotocol.h |