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

The TS_CD_HEADER structure is used to describe compressed bitmap data.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_9_1_1_3_1_2_1.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
cbCompFirstRowSize cbCompFirstRowSize_Values
cbCompMainBodySize ushort
cbScanWidth ushort
cbUncompressedSize ushort

Property Details

cbCompFirstRowSize public_oe property

A 16-bit unsigned integer. The field MUST be set to 0x0000.
public cbCompFirstRowSize_Values cbCompFirstRowSize
return cbCompFirstRowSize_Values

cbCompMainBodySize public_oe property

A 16-bit unsigned integer. The size in bytes of the compressed bitmap data (which follows this header).
public ushort cbCompMainBodySize
return ushort

cbScanWidth public_oe property

A 16-bit unsigned integer. The width of the bitmap (which follows this header) in pixels (this value MUST be divisible by 4).
public ushort cbScanWidth
return ushort

cbUncompressedSize public_oe property

A 16-bit unsigned integer. The size in bytes of the bitmap data (which follows this header) after it has been decompressed.
public ushort cbUncompressedSize
return ushort