C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_SURFCMD_STREAM_SURF_BITS

The Stream Surface Bits Command is used to transport encoded bitmap data destined for a rectangular region of the current target surface from an RDP server to an RDP client.
Inheritance: TS_SURFCMD
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
bitmapData TS_BITMAP_DATA_EX
destBottom ushort
destLeft ushort
destRight ushort
destTop ushort

Property Details

bitmapData public_oe property

An Extended Bitmap Data (section 2.2.9.2.2) structure that contains an encoded bitmap image.
public TS_BITMAP_DATA_EX,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr bitmapData
return TS_BITMAP_DATA_EX

destBottom public_oe property

A 16-bit, unsigned integer. Bottom bound of the destination rectangle that will contain the decoded bitmap data.
public ushort destBottom
return ushort

destLeft public_oe property

A 16-bit, unsigned integer. Left bound of the destination rectangle that will contain the decoded bitmap data.
public ushort destLeft
return ushort

destRight public_oe property

A 16-bit, unsigned integer. Right bound of the destination rectangle that will contain the decoded bitmap data.
public ushort destRight
return ushort

destTop public_oe property

A 16-bit, unsigned integer. Top bound of the destination rectangle that will contain the decoded bitmap data.
public ushort destTop
return ushort