C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_WINDOWACTIVATION_CAPABILITYSET

The TS_WINDOWACTIVATION_CAPABILITYSET structure is used by the client to advertise window activation characteristics capabilities and is fully specified in [T128] section 8.2.9. This capability is only sent from client to server and the server ignores its contents.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_6_2_2.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
capabilitySetType capabilitySetType_Values
helpExtendedKeyFlag ushort
helpKeyFlag ushort
helpKeyIndexFlag ushort
lengthCapability ushort
windowManagerKeyFlag ushort

Public Methods

Method Description
GetCapabilityType ( ) : capabilitySetType_Values

to get the type of this struct.

ToBytes ( ) : byte[]

convert this structure to byte array

Method Details

GetCapabilityType() public method

to get the type of this struct.
public GetCapabilityType ( ) : capabilitySetType_Values
return capabilitySetType_Values

ToBytes() public method

convert this structure to byte array
public ToBytes ( ) : byte[]
return byte[]

Property Details

capabilitySetType public_oe property

A 16-bit unsigned integer. The type of the capability set. This field MUST be set to CAPSTYPE_ACTIVATION (7).
public capabilitySetType_Values capabilitySetType
return capabilitySetType_Values

helpExtendedKeyFlag public_oe property

A 16-bit unsigned integer. This field SHOULD be set to FALSE (0x0000).
public ushort helpExtendedKeyFlag
return ushort

helpKeyFlag public_oe property

A 16-bit unsigned integer. This field SHOULD be set to FALSE (0x0000).
public ushort helpKeyFlag
return ushort

helpKeyIndexFlag public_oe property

A 16-bit unsigned integer. This field SHOULD be set to FALSE (0x0000).
public ushort helpKeyIndexFlag
return ushort

lengthCapability public_oe property

A 16-bit unsigned integer. The length in bytes of the capability data, including the size of the capabilitySetType and lengthCapability fields.
public ushort lengthCapability
return ushort

windowManagerKeyFlag public_oe property

A 16-bit unsigned integer. This field SHOULD be set to FALSE (0x0000).
public ushort windowManagerKeyFlag
return ushort