C# 클래스 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).
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
bulkData RDP8_BULK_ENCODED_DATA
size uint

프로퍼티 상세

bulkData 공개적으로 프로퍼티

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
리턴 RDP8_BULK_ENCODED_DATA

size 공개적으로 프로퍼티

A 32-bit unsigned integer that specifies the size, in bytes, of the bulkData field
public uint size
리턴 uint