ReactOS 0.4.15-dev-7942-gd23573b
_tagINPUTCONTEXT Struct Reference

#include <immdev.h>

Collaboration diagram for _tagINPUTCONTEXT:

Public Attributes

HWND hWnd
 
BOOL fOpen
 
POINT ptStatusWndPos
 
POINT ptSoftKbdPos
 
DWORD fdwConversion
 
DWORD fdwSentence
 
union {
   LOGFONTA   A
 
   LOGFONTW   W
 
lfFont
 
COMPOSITIONFORM cfCompForm
 
CANDIDATEFORM cfCandForm [4]
 
HIMCC hCompStr
 
HIMCC hCandInfo
 
HIMCC hGuideLine
 
HIMCC hPrivate
 
DWORD dwNumMsgBuf
 
HIMCC hMsgBuf
 
DWORD fdwInit
 
DWORD dwReserve [3]
 

Detailed Description

Definition at line 128 of file immdev.h.

Member Data Documentation

◆ A

LOGFONTA _tagINPUTCONTEXT::A

Definition at line 136 of file immdev.h.

Referenced by ImmGetCompositionFontA(), and ImmGetCompositionFontW().

◆ cfCandForm

CANDIDATEFORM _tagINPUTCONTEXT::cfCandForm[4]

Definition at line 140 of file immdev.h.

Referenced by Imm32CreateInputContext(), ImmGetCandidateWindow(), and ImmSetCandidateWindow().

◆ cfCompForm

COMPOSITIONFORM _tagINPUTCONTEXT::cfCompForm

Definition at line 139 of file immdev.h.

Referenced by UIComposition::GetLevelFromIMC(), and ImmGetCompositionWindow().

◆ dwNumMsgBuf

DWORD _tagINPUTCONTEXT::dwNumMsgBuf

◆ dwReserve

DWORD _tagINPUTCONTEXT::dwReserve[3]

Definition at line 148 of file immdev.h.

◆ fdwConversion

◆ fdwInit

◆ fdwSentence

◆ fOpen

◆ hCandInfo

HIMCC _tagINPUTCONTEXT::hCandInfo

◆ hCompStr

◆ hGuideLine

HIMCC _tagINPUTCONTEXT::hGuideLine

Definition at line 143 of file immdev.h.

Referenced by Imm32CreateInputContext(), ImmGetGuideLineAW(), and Test1().

◆ hMsgBuf

HIMCC _tagINPUTCONTEXT::hMsgBuf

◆ hPrivate

HIMCC _tagINPUTCONTEXT::hPrivate

Definition at line 144 of file immdev.h.

Referenced by Imm32CreateInputContext(), and Test1().

◆ hWnd

◆ 

union { ... } _tagINPUTCONTEXT::lfFont

◆ ptSoftKbdPos

POINT _tagINPUTCONTEXT::ptSoftKbdPos

Definition at line 132 of file immdev.h.

Referenced by C1_OnButtonUp(), T1_OnButtonUp(), and T1_OnImeControl().

◆ ptStatusWndPos

POINT _tagINPUTCONTEXT::ptStatusWndPos

Definition at line 131 of file immdev.h.

Referenced by ImmGetStatusWindowPos(), and ImmSetStatusWindowPos().

◆ W

LOGFONTW _tagINPUTCONTEXT::W

Definition at line 137 of file immdev.h.

Referenced by ImmGetCompositionFontA(), and ImmGetCompositionFontW().


The documentation for this struct was generated from the following file: