|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 114 of file immdev.h.
Referenced by ImmGetCompositionFontA(), and ImmGetCompositionFontW().
| CANDIDATEFORM _tagINPUTCONTEXT::cfCandForm[4] |
Definition at line 118 of file immdev.h.
Referenced by Imm32CreateInputContext(), ImmGetCandidateWindow(), and ImmSetCandidateWindow().
| COMPOSITIONFORM _tagINPUTCONTEXT::cfCompForm |
Definition at line 117 of file immdev.h.
Referenced by UIComposition::GetLevelFromIMC(), and ImmGetCompositionWindow().
| DWORD _tagINPUTCONTEXT::dwNumMsgBuf |
Definition at line 123 of file immdev.h.
Referenced by CtfImmGenerateMessage(), Imm32CreateInputContext(), ImmGenerateMessage(), and test_ImmMessages().
| DWORD _tagINPUTCONTEXT::fdwConversion |
Definition at line 111 of file immdev.h.
Referenced by ImeWnd_OnImeNotify(), Imm32CreateInputContext(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32KEnglish(), Imm32KHanjaConvert(), Imm32KShapeToggle(), ImmGetConversionStatus(), ImmSetConversionStatus(), and ImmSetOpenStatus().
| DWORD _tagINPUTCONTEXT::fdwInit |
Definition at line 125 of file immdev.h.
Referenced by C1_OnButtonUp(), ImmGetCompositionFontA(), ImmGetCompositionFontW(), ImmGetCompositionWindow(), ImmGetStatusWindowPos(), ImmSetStatusWindowPos(), and T1_OnButtonUp().
| DWORD _tagINPUTCONTEXT::fdwSentence |
Definition at line 112 of file immdev.h.
Referenced by Imm32CreateInputContext(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32KEnglish(), Imm32KHanjaConvert(), Imm32KShapeToggle(), ImmGetConversionStatus(), and ImmSetConversionStatus().
| BOOL _tagINPUTCONTEXT::fOpen |
Definition at line 108 of file immdev.h.
Referenced by ImeWnd_OnImeNotify(), Imm32CImeNonImeToggle(), Imm32CreateInputContext(), Imm32CShapeToggle(), Imm32CSymbolToggle(), ImmGetOpenStatus(), ImmSetConversionStatus(), ImmSetOpenStatus(), and Test1().
| HIMCC _tagINPUTCONTEXT::hCandInfo |
Definition at line 120 of file immdev.h.
Referenced by Imm32CreateInputContext(), ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), and Test1().
| HIMCC _tagINPUTCONTEXT::hCompStr |
Definition at line 119 of file immdev.h.
Referenced by Imm32CreateInputContext(), Imm32OpenICAndCS(), ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmSetCompositionStringAW(), and Test1().
| HIMCC _tagINPUTCONTEXT::hGuideLine |
Definition at line 121 of file immdev.h.
Referenced by Imm32CreateInputContext(), ImmGetGuideLineAW(), and Test1().
| HIMCC _tagINPUTCONTEXT::hMsgBuf |
Definition at line 124 of file immdev.h.
Referenced by CtfImmGenerateMessage(), Imm32CreateInputContext(), ImmGenerateMessage(), Test1(), and test_ImmMessages().
| HIMCC _tagINPUTCONTEXT::hPrivate |
Definition at line 122 of file immdev.h.
Referenced by Imm32CreateInputContext(), and Test1().
| HWND _tagINPUTCONTEXT::hWnd |
Definition at line 107 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 110 of file immdev.h.
Referenced by C1_OnButtonUp(), T1_OnButtonUp(), and T1_OnImeControl().
| POINT _tagINPUTCONTEXT::ptStatusWndPos |
Definition at line 109 of file immdev.h.
Referenced by ImmGetStatusWindowPos(), and ImmSetStatusWindowPos().
| LOGFONTW _tagINPUTCONTEXT::W |
Definition at line 115 of file immdev.h.
Referenced by ImmGetCompositionFontA(), and ImmGetCompositionFontW().