C# Class 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).
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
numberRectangles ushort
rectangles Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAP_DATA[]
updateType ushort

Property Details

numberRectangles public_oe property

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

rectangles public_oe property

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
return Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAP_DATA[]

updateType public_oe property

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