C# Class 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
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
entrySize ushort
listFlags ushort
numberFonts ushort
shareDataHeader TS_SHAREDATAHEADER
totalNumFonts ushort

Property Details

entrySize public_oe property

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

listFlags public_oe property

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
return ushort

numberFonts public_oe property

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

shareDataHeader public_oe property

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
return TS_SHAREDATAHEADER

totalNumFonts public_oe property

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