C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_SURFACE_TO_CACHE

The RDPGFX_SURFACE_TO_CACHE message is to instruct client to copy bitmap data from a source surface to the bitmap cache
Наследование: RdpegfxServerPdu
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
cacheKey ulong
cacheSlot ushort
rectSrc RDPGFX_RECT16
surfaceId ushort

Открытые методы

Метод Описание
Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool

Decode this PDU from the PduMarshaler.

Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void

Encode this PDU to the PduMarshaler.

RDPGFX_SURFACE_TO_CACHE ( ) : System

Constructor

RDPGFX_SURFACE_TO_CACHE ( ushort sid, ulong key, ushort slot, RDPGFX_RECT16 rect ) : System

Constructor, create a surface to cache message.

Описание методов

Decode() публичный Метод

Decode this PDU from the PduMarshaler.
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to decode the fields of this PDU.
Результат bool

Encode() публичный Метод

Encode this PDU to the PduMarshaler.
public Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to encode the fields of this PDU.
Результат void

RDPGFX_SURFACE_TO_CACHE() публичный Метод

Constructor
public RDPGFX_SURFACE_TO_CACHE ( ) : System
Результат System

RDPGFX_SURFACE_TO_CACHE() публичный Метод

Constructor, create a surface to cache message.
public RDPGFX_SURFACE_TO_CACHE ( ushort sid, ulong key, ushort slot, RDPGFX_RECT16 rect ) : System
sid ushort This is used to indicate surface id.
key ulong This is used to indicate a key to associate with the bitmap cache entry.
slot ushort This is used to indicate the index of the bitmap cache entry in which /// the source bitmap data is stored.
rect RDPGFX_RECT16 This is used to indicate rectangle that bounds the source bitmap.
Результат System

Описание свойств

cacheKey публичное свойство

A 64-bit, unsigned integer. specify the key to associate with the bitmap cache entry that will store the bitmap.
public ulong cacheKey
Результат ulong

cacheSlot публичное свойство

A 16-bit, unsigned integer. specify the index of the bitmap cache entry in which the source bitmap data is stored.
public ushort cacheSlot
Результат ushort

rectSrc публичное свойство

A RDPGFX_RECT16 structure. specify the rectangle that bounds the source bitmap.
public RDPGFX_RECT16,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx rectSrc
Результат RDPGFX_RECT16

surfaceId публичное свойство

A 16-bit, unsigned integer. specify the ID of the surface which contains source bitmap.
public ushort surfaceId
Результат ushort