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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
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