ReactOS 0.4.16-dev-340-g0540c21
|
#include <immdev.h>
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] |
LOGFONTA _tagINPUTCONTEXT::A |
Definition at line 136 of file immdev.h.
Referenced by ImmGetCompositionFontA(), and ImmGetCompositionFontW().
CANDIDATEFORM _tagINPUTCONTEXT::cfCandForm[4] |
Definition at line 140 of file immdev.h.
Referenced by Imm32CreateInputContext(), ImmGetCandidateWindow(), and ImmSetCandidateWindow().
COMPOSITIONFORM _tagINPUTCONTEXT::cfCompForm |
Definition at line 139 of file immdev.h.
Referenced by UIComposition::GetLevelFromIMC(), and ImmGetCompositionWindow().
DWORD _tagINPUTCONTEXT::dwNumMsgBuf |
Definition at line 145 of file immdev.h.
Referenced by CtfImmGenerateMessage(), Imm32CreateInputContext(), ImmGenerateMessage(), and test_ImmMessages().
DWORD _tagINPUTCONTEXT::fdwConversion |
Definition at line 133 of file immdev.h.
Referenced by ImeWnd_OnImeNotify(), Imm32CreateInputContext(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32KEnglish(), Imm32KHanjaConvert(), Imm32KShapeToggle(), ImmGetConversionStatus(), ImmSetConversionStatus(), and ImmSetOpenStatus().
DWORD _tagINPUTCONTEXT::fdwInit |
Definition at line 147 of file immdev.h.
Referenced by C1_OnButtonUp(), ImmGetCompositionFontA(), ImmGetCompositionFontW(), ImmGetCompositionWindow(), ImmGetStatusWindowPos(), ImmSetStatusWindowPos(), and T1_OnButtonUp().
DWORD _tagINPUTCONTEXT::fdwSentence |
Definition at line 134 of file immdev.h.
Referenced by Imm32CreateInputContext(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32KEnglish(), Imm32KHanjaConvert(), Imm32KShapeToggle(), ImmGetConversionStatus(), and ImmSetConversionStatus().
BOOL _tagINPUTCONTEXT::fOpen |
Definition at line 130 of file immdev.h.
Referenced by ImeWnd_OnImeNotify(), Imm32CImeNonImeToggle(), Imm32CreateInputContext(), Imm32CShapeToggle(), Imm32CSymbolToggle(), ImmGetOpenStatus(), ImmSetConversionStatus(), ImmSetOpenStatus(), and Test1().
HIMCC _tagINPUTCONTEXT::hCandInfo |
Definition at line 142 of file immdev.h.
Referenced by Imm32CreateInputContext(), ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), and Test1().
HIMCC _tagINPUTCONTEXT::hCompStr |
Definition at line 141 of file immdev.h.
Referenced by Imm32CreateInputContext(), Imm32OpenICAndCS(), ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmSetCompositionStringAW(), and Test1().
HIMCC _tagINPUTCONTEXT::hGuideLine |
Definition at line 143 of file immdev.h.
Referenced by Imm32CreateInputContext(), ImmGetGuideLineAW(), and Test1().
HIMCC _tagINPUTCONTEXT::hMsgBuf |
Definition at line 146 of file immdev.h.
Referenced by CtfImmGenerateMessage(), Imm32CreateInputContext(), ImmGenerateMessage(), Test1(), and test_ImmMessages().
HIMCC _tagINPUTCONTEXT::hPrivate |
Definition at line 144 of file immdev.h.
Referenced by Imm32CreateInputContext(), and Test1().
HWND _tagINPUTCONTEXT::hWnd |
Definition at line 129 of file immdev.h.
Referenced by CtfImmGenerateMessage(), ImmGenerateMessage(), ImmRequestMessageAW(), ImmSetCandidateWindow(), ImmSetConversionStatus(), ImmSetOpenStatus(), ImmSetStatusWindowPos(), and Test1().
union { ... } _tagINPUTCONTEXT::lfFont |
Referenced by ImmGetCompositionFontA(), and ImmGetCompositionFontW().
POINT _tagINPUTCONTEXT::ptSoftKbdPos |
Definition at line 132 of file immdev.h.
Referenced by C1_OnButtonUp(), T1_OnButtonUp(), and T1_OnImeControl().
POINT _tagINPUTCONTEXT::ptStatusWndPos |
Definition at line 131 of file immdev.h.
Referenced by ImmGetStatusWindowPos(), and ImmSetStatusWindowPos().
LOGFONTW _tagINPUTCONTEXT::W |
Definition at line 137 of file immdev.h.
Referenced by ImmGetCompositionFontA(), and ImmGetCompositionFontW().