IRDPSRAPITransportStreamBuffer interface
Created and used by the IRDPSRAPITransportStream interface for sending and receiving data.
Members
The IRDPSRAPITransportStreamBuffer interface inherits from the IUnknown interface. IRDPSRAPITransportStreamBuffer also has these types of members:
Properties
The IRDPSRAPITransportStreamBuffer interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
This property is reserved for use by the Remote Desktop Protocol (RDP) stack. Do not modify it. | |
|
Read/write |
Retrieves or specifies options for the stream buffer. | |
|
Read/write |
Retrieves or specifies the location in the stream buffer where the content starts. This value is the number of bytes from the beginning of the stream buffer. | |
|
Read/write |
The size, in bytes, of the content in the internal storage buffer. | |
|
Read-only |
The internal storage buffer. | |
|
Read-only |
The length, in bytes, of the internal storage buffer. |
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_RDPTransportStreamBuffer is defined as 8D4A1C69-F17F-4549-A699-761C6E6B5C0A |
|
IID |
IID_IRDPSRAPITransportStreamBuffer is defined as 81c80290-5085-44b0-b460-f865c39cb4a9 |
See also