IRDPSRAPITransportStream interface (rdpencomapi.h)
Exposes methods that perform operations with streams.
Inheritance
The IRDPSRAPITransportStream interface inherits from the IUnknown interface. IRDPSRAPITransportStream also has these types of members:
Methods
The IRDPSRAPITransportStream interface has these methods.
IRDPSRAPITransportStream::AllocBuffer Called by the Remote Desktop Protocol (RDP) stack to allocate a stream buffer. |
IRDPSRAPITransportStream::Close Called by the Remote Desktop Protocol (RDP) stack to close the stream. |
IRDPSRAPITransportStream::FreeBuffer Called by the Remote Desktop Protocol (RDP) stack to return a stream buffer to the stream. |
IRDPSRAPITransportStream::Open Called by the Remote Desktop Protocol (RDP) stack to start the stream and indicate that the RDP stack is ready to receive notifications of events. |
IRDPSRAPITransportStream::ReadBuffer Called by the Remote Desktop Protocol (RDP) stack to read the contents of a stream buffer. |
IRDPSRAPITransportStream::WriteBuffer Called by the Remote Desktop Protocol (RDP) stack to write the contents of a stream buffer to the network. |
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 |