C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_CAPSET

This structure specifies the layout of capability set.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
capsData byte[]
capsDataLength uint
version CapsVersions

Property Details

capsData public_oe property

Variable-length array, indicates the data specific to the capability set.
public byte[] capsData
return byte[]

capsDataLength public_oe property

UINT32. The value of this integer indicates the size, in bytes, of the capability set data present in the capsData field.
public uint capsDataLength
return uint

version public_oe property

UINT32. The value of this integer indicates the version of the capability set.
public CapsVersions version
return CapsVersions