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

This structure specifies the layout of capability set.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство 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
Résultat 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
Résultat uint

version public_oe property

UINT32. The value of this integer indicates the version of the capability set.
public CapsVersions version
Résultat CapsVersions