IRDPSRAPIFrameBuffer interface

Provides data about the frame buffer size and format and allows the contents to be retrieved.

Applications can get a pointer to this interface from the FrameBuffer property of the IRDPSRAPISharingSession2 interface.

Members

The IRDPSRAPIFrameBuffer interface inherits from the IDispatch interface. IRDPSRAPIFrameBuffer also has these types of members:

Methods

The IRDPSRAPIFrameBuffer interface has these methods.

MethodDescription
GetFrameBufferBits

Gets a specified area of the frame buffer.

 

Properties

The IRDPSRAPIFrameBuffer interface has these properties.

PropertyAccess typeDescription

Bpp

Read-only

Bits per pixel.

Height

Read-only

The height of the frame in pixels.

Width

Read-only

The width of the frame in pixels.

 

Requirements

Minimum supported client

Windows 10 [desktop apps | UWP apps]

Minimum supported server

Windows Server 2016 [desktop apps | Windows Store apps]

Header

RdpEncomAPI.h

IDL

RdpEncomAPI.idl

Type library

RdpEncomAPI.tlb

DLL

RdpEncom.dll

CLSID

CLSID_RDPSRAPIFrameBuffer is defined as a4f66bcc-538e-4101-951d-30847adb5101

IID

IID_IRDPSRAPIFrameBuffer is defined as 3d67e7d2-b27b-448e-81b3-c6110ed8b4be

 

 

Show: