C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_DELETE_ENCODING_CONTEXT

The RDPGFX_DELETE_ENCODING_CONTEXT message is used to instruct the client to delete a compression context that was used by a collection of RDPGFX_WIRE_TO_SURFACE_PDU_2 messages to progressively transfer bitmap data.
Inheritance: RdpegfxServerPdu
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
codecContextId uint
surfaceId ushort

Méthodes publiques

Méthode Description
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_DELETE_ENCODING_CONTEXT ( ) : System

Constructor

RDPGFX_DELETE_ENCODING_CONTEXT ( ushort sId, uint codecCtxId ) : System

Constructor, create a delete encoding context message to client.

Method Details

Decode() public méthode

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.
Résultat bool

Encode() public méthode

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.
Résultat void

RDPGFX_DELETE_ENCODING_CONTEXT() public méthode

Constructor
public RDPGFX_DELETE_ENCODING_CONTEXT ( ) : System
Résultat System

RDPGFX_DELETE_ENCODING_CONTEXT() public méthode

Constructor, create a delete encoding context message to client.
public RDPGFX_DELETE_ENCODING_CONTEXT ( ushort sId, uint codecCtxId ) : System
sId ushort This is used to indicate the target surface id.
codecCtxId uint This is used to indicate the codecContextId.
Résultat System

Property Details

codecContextId public_oe property

A 32-bit, unsigned integer. Specify the compression context associated with the bitmap data encapsulated in the bitmapData field.
public uint codecContextId
Résultat uint

surfaceId public_oe property

A 16-bit, unsigned integer. specify the ID of the destination surface.
public ushort surfaceId
Résultat ushort