C# 클래스 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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
capabilitySetType capabilitySetType_Values
helpExtendedKeyFlag ushort
helpKeyFlag ushort
helpKeyIndexFlag ushort
lengthCapability ushort
windowManagerKeyFlag ushort

공개 메소드들

메소드 설명
GetCapabilityType ( ) : capabilitySetType_Values

to get the type of this struct.

ToBytes ( ) : byte[]

convert this structure to byte array

메소드 상세

GetCapabilityType() 공개 메소드

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

ToBytes() 공개 메소드

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

프로퍼티 상세

capabilitySetType 공개적으로 프로퍼티

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

helpExtendedKeyFlag 공개적으로 프로퍼티

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

helpKeyFlag 공개적으로 프로퍼티

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

helpKeyIndexFlag 공개적으로 프로퍼티

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

lengthCapability 공개적으로 프로퍼티

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
리턴 ushort

windowManagerKeyFlag 공개적으로 프로퍼티

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