IRDPSRAPITransportStreamEvents interface (rdpencomapi.h)

Exposes methods called by the stream interface (IRDPSRAPITransportStream) to notify the Remote Desktop Protocol (RDP) stack about the completion of events.

Inheritance

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

Methods

The IRDPSRAPITransportStreamEvents interface has these methods.

 
IRDPSRAPITransportStreamEvents::OnReadCompleted

Notifies the Remote Desktop Protocol (RDP) stack that a read operation has completed.
IRDPSRAPITransportStreamEvents::OnStreamClosed

Notifies the Remote Desktop Protocol (RDP) stack that the connection was closed.
IRDPSRAPITransportStreamEvents::OnWriteCompleted

Notifies the Remote Desktop Protocol (RDP) stack that a write operation has completed.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header rdpencomapi.h

See also

IRDPSRAPITransportStream

IRDPSRAPITransportStreamBuffer