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

The RDPGFX_MAPSURFACE_TO_OUTPUT message is to instruct client to map surface to a rectangle area of the graphics output buffer
Inheritance: RdpegfxServerPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
outputOriginX uint
outputOriginY uint
reserved ushort
surfaceId ushort

Public Methods

Method 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_MAPSURFACE_TO_OUTPUT ( ) : System

Constructor

RDPGFX_MAPSURFACE_TO_OUTPUT ( ushort sid, uint x, uint y ) : System

Constructor, create a map surface to output message.

Method Details

Decode() public method

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 encode the fields of this PDU.
return bool

Encode() public method

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.
return void

RDPGFX_MAPSURFACE_TO_OUTPUT() public method

Constructor
public RDPGFX_MAPSURFACE_TO_OUTPUT ( ) : System
return System

RDPGFX_MAPSURFACE_TO_OUTPUT() public method

Constructor, create a map surface to output message.
public RDPGFX_MAPSURFACE_TO_OUTPUT ( ushort sid, uint x, uint y ) : System
sid ushort This is used to indicate surface id.
x uint This is used to indicate x-coordinate of the upper-left corner of the surface.
y uint This is used to indicate y-coordinate of the upper-left corner of the surface.
return System

Property Details

outputOriginX public_oe property

A 32-bit unsigned integer. the x-coordinate of the upper-left corner of the surface.
public uint outputOriginX
return uint

outputOriginY public_oe property

A 32-bit unsigned integer. the y-coordinate of the upper-left corner of the surface.
public uint outputOriginY
return uint

reserved public_oe property

A 16-bit, unsigned integer. must be set to zero.
public ushort reserved
return ushort

surfaceId public_oe property

A 16-bit, unsigned integer. specify the ID of the surface to be output.
public ushort surfaceId
return ushort