IRDPSRAPITransportStream interface
Exposes methods that perform operations with streams.
Members
The IRDPSRAPITransportStream interface inherits from the IUnknown interface. IRDPSRAPITransportStream also has these types of members:
Methods
The IRDPSRAPITransportStream interface has these methods.
| Method | Description |
|---|---|
| AllocBuffer |
Called by the Remote Desktop Protocol (RDP) stack to allocate a stream buffer. |
| Close |
Called by the RDP stack to close the stream. |
| FreeBuffer |
Called by the RDP stack to return a stream buffer to the stream. |
| Open |
Called by the RDP stack to start the stream and indicate that the RDP stack is ready to receive notifications of events. |
| ReadBuffer |
Called by the RDP stack to read the contents of a stream buffer. |
| WriteBuffer |
Called by the RDP stack to write the contents of a stream buffer to the network. |
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_RDPSRAPITransportStream |
|
IID |
IID_IRDPSRAPITransportStream is defined as 36cfa065-43bb-4ef7-aed7-9b88a5053036 |
See also