C# Класс 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.
Наследование: RdpegfxServerPdu
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
mappedHeight uint
mappedWidth uint
surfaceId ushort
windowId ulong

Открытые методы

Метод Описание
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

Описание методов

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_MAP_SURFACE_TO_WINDOW() публичный Метод

Constructor
public RDPGFX_MAP_SURFACE_TO_WINDOW ( ) : System
Результат System

RDPGFX_MAP_SURFACE_TO_WINDOW() публичный Метод

Constructor
public RDPGFX_MAP_SURFACE_TO_WINDOW ( ushort surfaceId, ulong windowId, uint mappedWidth, uint mappedHeight ) : System
surfaceId ushort
windowId ulong
mappedWidth uint
mappedHeight uint
Результат System

Описание свойств

mappedHeight публичное свойство

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
Результат uint

mappedWidth публичное свойство

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
Результат uint

surfaceId публичное свойство

A 16-bit, unsigned integer. specify the ID of the destination surface.
public ushort surfaceId
Результат ushort

windowId публичное свойство

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
Результат ulong