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
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
mappedHeight uint
mappedWidth uint
surfaceId ushort
windowId ulong

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_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 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_MAP_SURFACE_TO_WINDOW() public méthode

Constructor
public RDPGFX_MAP_SURFACE_TO_WINDOW ( ) : System
Résultat System

RDPGFX_MAP_SURFACE_TO_WINDOW() public méthode

Constructor
public RDPGFX_MAP_SURFACE_TO_WINDOW ( ushort surfaceId, ulong windowId, uint mappedWidth, uint mappedHeight ) : System
surfaceId ushort
windowId ulong
mappedWidth uint
mappedHeight uint
Résultat 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
Résultat 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
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

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
Résultat ulong