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

The TS_BITMAPCODECS structure contains an array of bitmap codec capabilities.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
bitmapCodecArray Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAPCODEC[]
bitmapCodecCount byte

Property Details

bitmapCodecArray public_oe property

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

bitmapCodecCount public_oe property

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
return byte