IRDPSRAPITransportStreamEvents interface
Exposes methods called by the stream interface (IRDPSRAPITransportStream) to notify the Remote Desktop Protocol (RDP) stack about the completion of events.
Members
The IRDPSRAPITransportStreamEvents interface inherits from the IUnknown interface. IRDPSRAPITransportStreamEvents also has these types of members:
Methods
The IRDPSRAPITransportStreamEvents interface has these methods.
| Method | Description |
|---|---|
| OnReadCompleted |
Notifies the RDP stack that a read operation has completed. The RDP stack resumes ownership of the stream buffer and uses it for subsequent operations. |
| OnStreamClosed |
Notifies the RDP stack that the connection was closed. If an error occurred, the stream interface should provide a return value that specifies which error occurred. |
| OnWriteCompleted |
Notifies the RDP stack that a write operation has completed. The RDP stack resumes ownership of the stream buffer and uses it for subsequent operations. |
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Type library |
|
|
DLL |
|
|
CLSID |
CLSID_RDPTransportStreamEvents is defined as 31E3AB20-5350-483f-9DC6-6748665EFDEB |
|
IID |
IID_IRDPSRAPITransportStreamEvents is defined as ea81c254-f5af-4e40-982e-3e63bb595276 |
See also