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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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