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.

PropertyAccess typeDescription

Context

Read/write

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

Flags

Read/write

Retrieves or specifies options for the stream buffer.

PayloadOffset

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.

PayloadSize

Read/write

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

Storage

Read-only

The internal storage buffer.

StorageSize

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

RdpEncomAPI.h

IDL

RdpEncomAPI.idl

Type library

RdpEncomAPI.tlb

DLL

RdpEncom.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

IRDPSRAPITransportStream
IRDPSRAPITransportStreamEvents

 

 

Show: