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

Public Properties

Property Type Description
entrySize ushort
mapFlags ushort
numberEntries ushort
shareDataHeader TS_SHAREDATAHEADER
totalNumEntries ushort

Property Details

entrySize public_oe property

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

mapFlags 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 FONTMAP_FIRST (0x0001) and FONTMAP_LAST (0x0002).
public ushort mapFlags
return ushort

numberEntries public_oe property

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

shareDataHeader public_oe property

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

totalNumEntries public_oe property

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