C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.RDP_DATA_SEGMENT

The RDP_DATA_SEGMENT structure contains data that has been encoded using RDP 8.0 Bulk Compression techniques (section 3.1.9.1).
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
bulkData RDP8_BULK_ENCODED_DATA
size uint

Property Details

bulkData public_oe property

A variable-length RDP8_BULK_ENCODED_DATA structure (section 2.2.5.3).
public RDP8_BULK_ENCODED_DATA,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc bulkData
Résultat RDP8_BULK_ENCODED_DATA

size public_oe property

A 32-bit unsigned integer that specifies the size, in bytes, of the bulkData field
public uint size
Résultat uint