IRDPSRAPITransportStreamBuffer interface (rdpencomapi.h)

Created and used by the IRDPSRAPITransportStream interface for sending and receiving data.

Inheritance

The IRDPSRAPITransportStreamBuffer interface inherits from the IUnknown interface.

Methods

The IRDPSRAPITransportStreamBuffer interface has these methods.

 
IRDPSRAPITransportStreamBuffer::get_Context

This property is reserved for use by the Remote Desktop Protocol (RDP) stack. Do not modify it. (Get)
IRDPSRAPITransportStreamBuffer::get_Flags

Retrieves or specifies options for the stream buffer. (Get)
IRDPSRAPITransportStreamBuffer::get_PayloadOffset

Specifies the location in the stream buffer where the content starts. (Get)
IRDPSRAPITransportStreamBuffer::get_PayloadSize

The size, in bytes, of the content in the internal storage buffer. (Get)
IRDPSRAPITransportStreamBuffer::get_Storage

The address of the internal storage buffer for the stream.
IRDPSRAPITransportStreamBuffer::get_StorageSize

The size, in bytes, of the internal storage buffer for the stream.
IRDPSRAPITransportStreamBuffer::put_Context

This property is reserved for use by the Remote Desktop Protocol (RDP) stack. Do not modify it. (Put)
IRDPSRAPITransportStreamBuffer::put_Flags

Retrieves or specifies options for the stream buffer. (Put)
IRDPSRAPITransportStreamBuffer::put_PayloadOffset

Specifies the location in the stream buffer where the content starts. (Put)
IRDPSRAPITransportStreamBuffer::put_PayloadSize

The size, in bytes, of the content in the internal storage buffer. (Put)

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

IRDPSRAPITransportStreamEvents