C# 클래스 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
상속: RdpegfxServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
outputOriginX uint
outputOriginY uint
reserved ushort
surfaceId ushort

공개 메소드들

메소드 설명
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.

메소드 상세

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 encode 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_MAPSURFACE_TO_OUTPUT() 공개 메소드

Constructor
public RDPGFX_MAPSURFACE_TO_OUTPUT ( ) : System
리턴 System

RDPGFX_MAPSURFACE_TO_OUTPUT() 공개 메소드

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.
리턴 System

프로퍼티 상세

outputOriginX 공개적으로 프로퍼티

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

outputOriginY 공개적으로 프로퍼티

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

reserved 공개적으로 프로퍼티

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

surfaceId 공개적으로 프로퍼티

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