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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
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