C# 클래스 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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cbCompFirstRowSize cbCompFirstRowSize_Values
cbCompMainBodySize ushort
cbScanWidth ushort
cbUncompressedSize ushort

프로퍼티 상세

cbCompFirstRowSize 공개적으로 프로퍼티

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

cbCompMainBodySize 공개적으로 프로퍼티

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

cbScanWidth 공개적으로 프로퍼티

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
리턴 ushort

cbUncompressedSize 공개적으로 프로퍼티

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
리턴 ushort