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

The RDPGFX_MAP_SURFACE_TO_WINDOW_PDU message is sent by the server to instruct the client to map a surface to a RAIL window ([MS-RDPERP] section 1.1) on the client.
Inheritance: RdpegfxServerPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
mappedHeight uint
mappedWidth uint
surfaceId ushort
windowId ulong

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

Constructor

RDPGFX_MAP_SURFACE_TO_WINDOW ( ushort surfaceId, ulong windowId, uint mappedWidth, uint mappedHeight ) : System

Constructor

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 decode 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_MAP_SURFACE_TO_WINDOW() public method

Constructor
public RDPGFX_MAP_SURFACE_TO_WINDOW ( ) : System
return System

RDPGFX_MAP_SURFACE_TO_WINDOW() public method

Constructor
public RDPGFX_MAP_SURFACE_TO_WINDOW ( ushort surfaceId, ulong windowId, uint mappedWidth, uint mappedHeight ) : System
surfaceId ushort
windowId ulong
mappedWidth uint
mappedHeight uint
return System

Property Details

mappedHeight public_oe property

A 32-bit unsigned integer that specifies the height of the rectangular region on the surface to which the window is mapped.
public uint mappedHeight
return uint

mappedWidth public_oe property

A 32-bit unsigned integer that specifies the width of the rectangular region on the surface to which the window is mapped.
public uint mappedWidth
return uint

surfaceId public_oe property

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

windowId public_oe property

A 64-bit unsigned integer that specifies the ID of the RAIL window to be associated with the surface-to-window mapping.
public ulong windowId
return ulong