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

The TS_FONT_LIST_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_18_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
entrySize ushort
listFlags ushort
numberFonts ushort
shareDataHeader TS_SHAREDATAHEADER
totalNumFonts ushort

프로퍼티 상세

entrySize 공개적으로 프로퍼티

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

listFlags 공개적으로 프로퍼티

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

numberFonts 공개적으로 프로퍼티

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

shareDataHeader 공개적으로 프로퍼티

Share Data Header containing information about the packet. 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_FONTLIST (39).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
리턴 TS_SHAREDATAHEADER

totalNumFonts 공개적으로 프로퍼티

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