IWRdsGraphicsChannelEvents interface (wrdsgraphicschannels.h)
This interface receives notifications that relate to a graphics virtual channel. This interface is implemented by the RemoteFX graphics services and a pointer to this interface is provided to the graphics virtual channel in the IWRdsGraphicsChannel::Open method.
Inheritance
The IWRdsGraphicsChannelEvents interface inherits from the IUnknown interface. IWRdsGraphicsChannelEvents also has these types of members:
Methods
The IWRdsGraphicsChannelEvents interface has these methods.
IWRdsGraphicsChannelEvents::OnChannelOpened Called when the channel has been opened and is ready for use, or when an error occurs when a channel is opened. |
IWRdsGraphicsChannelEvents::OnClose Called when the channel has been closed. |
IWRdsGraphicsChannelEvents::OnDataReceived Called when a full message is received from the server. |
IWRdsGraphicsChannelEvents::OnDataSent Called when the IWRdsGraphicsChannel::Write method is called and the data has been sent. |
IWRdsGraphicsChannelEvents::OnMetricsUpdate Called to notify the RemoteFX graphics services that network conditions have changed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Target Platform | Windows |
Header | wrdsgraphicschannels.h |