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

The TS_BITMAPCODECS structure contains an array of bitmap codec capabilities.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bitmapCodecArray Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAPCODEC[]
bitmapCodecCount byte

프로퍼티 상세

bitmapCodecArray 공개적으로 프로퍼티

A variable-length array containing a series of TS_BITMAPCODEC structures (section 2.2.7.2.10.1.1) that describes the supported bitmap codecs. The number of TS_BITMAPCODEC structures contained in the array is given by the bitmapCodecCount field.
public TS_BITMAPCODEC[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr bitmapCodecArray
리턴 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAPCODEC[]

bitmapCodecCount 공개적으로 프로퍼티

An 8-bit, unsigned integer. The number of bitmap codec capability entries contained in the bitmapCodecArray field (the maximum allowed is 255).
public byte bitmapCodecCount
리턴 byte