C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_SET_KEYBOARD_IME_STATUS_PDU

The TS_SET_KEYBOARD_IME_STATUS_PDU structure contains the actual contents of the Set Keyboard IME Status PDU. On RDP 5.0 and later clients the latter two fields are used as input parameters to a Fujitsu Oyayubi specific IME control function of East Asia IME clients.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_7_2_2_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ImeConvMode uint
ImeState uint
UnitId ushort
shareDataHeader TS_SHAREDATAHEADER

프로퍼티 상세

ImeConvMode 공개적으로 프로퍼티

A 32-bit unsigned integer. Indicates the IME conversion status.
public uint ImeConvMode
리턴 uint

ImeState 공개적으로 프로퍼티

A 32-bit unsigned integer. Indicates the open or close state of the IME.
public uint ImeState
리턴 uint

UnitId 공개적으로 프로퍼티

A 16-bit unsigned integer. The unit identifier for which the IME message is intended. This field SHOULD be ignored by the client and as a consequence SHOULD be set to 0 by the server.
public ushort UnitId
리턴 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_SET_KEYBOARD_IME_STATUS (45).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
리턴 TS_SHAREDATAHEADER