C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_UPDATE_BITMAP_DATA

The TS_UPDATE_BITMAP_DATA structure encapsulates the bitmap data that defines a Bitmap Update (section 2.2.9.1.1.3.1.2).
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
numberRectangles ushort
rectangles Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAP_DATA[]
updateType ushort

프로퍼티 상세

numberRectangles 공개적으로 프로퍼티

A 16-bit unsigned integer. The number of screen rectangles present in the rectangles field.
public ushort numberRectangles
리턴 ushort

rectangles 공개적으로 프로퍼티

Variable length array of TS_BITMAP_DATA structures, each of which contains a rectangular clipping taken from the server-side screen frame buffer. The number of screen clippings in the array is specified by the numberRectangles field.
public TS_BITMAP_DATA[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr rectangles
리턴 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAP_DATA[]

updateType 공개적으로 프로퍼티

A 16-bit unsigned integer. The graphics update type. This field MUST be set to UPDATETYPE_BITMAP (0x0001).
public ushort updateType
리턴 ushort