C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_FONT_MAP_PDU

The TS_FONT_MAP_PDU structure contains information that is sent to the server for legacy reasons.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_22_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
entrySize ushort
mapFlags ushort
numberEntries ushort
shareDataHeader TS_SHAREDATAHEADER
totalNumEntries ushort

프로퍼티 상세

entrySize 공개적으로 프로퍼티

A 16-bit unsigned integer. The entry size. This field SHOULD be set to 0x0004 (4 bytes).
public ushort entrySize
리턴 ushort

mapFlags 공개적으로 프로퍼티

A 16-bit unsigned integer. The sequence flags. This field SHOULD be set to 0x0003, which is the logical OR'ed value of FONTMAP_FIRST (0x0001) and FONTMAP_LAST (0x0002).
public ushort mapFlags
리턴 ushort

numberEntries 공개적으로 프로퍼티

A 16-bit unsigned integer. The number of fonts. This field SHOULD be set to 0.
public ushort numberEntries
리턴 ushort

shareDataHeader 공개적으로 프로퍼티

Share Data Header. The type subfield of the pduType field of the Share Control Header MUST be set to PDUTYPE_DATAPDU (7). The pduType2 field of the Share Data Header MUST be set to PDUTYPE2_FONTMAP (40).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
리턴 TS_SHAREDATAHEADER

totalNumEntries 공개적으로 프로퍼티

A 16-bit unsigned integer. The total number of fonts. This field SHOULD be set to 0.
public ushort totalNumEntries
리턴 ushort